org.kuali.rice.ksb.messaging.threadpool
Interface KSBScheduledPool

All Superinterfaces:
Executor, ExecutorService, Lifecycle, ScheduledExecutorService
All Known Implementing Classes:
KSBScheduledThreadPoolExecutor

public interface KSBScheduledPool
extends ScheduledExecutorService, Lifecycle


Method Summary
 
Methods inherited from interface java.util.concurrent.ScheduledExecutorService
schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay
 
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit
 
Methods inherited from interface java.util.concurrent.Executor
execute
 
Methods inherited from interface org.kuali.rice.core.api.lifecycle.Lifecycle
isStarted, start, stop
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.