Interface KSBScheduledPool
- All Superinterfaces:
AutoCloseable,Executor,ExecutorService,org.kuali.rice.core.api.lifecycle.Lifecycle,ScheduledExecutorService
- All Known Implementing Classes:
KSBScheduledThreadPoolExecutor
public interface KSBScheduledPool
extends ScheduledExecutorService, org.kuali.rice.core.api.lifecycle.Lifecycle
-
Method Summary
Methods inherited from interface java.util.concurrent.ExecutorService
awaitTermination, close, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submitMethods inherited from interface org.kuali.rice.core.api.lifecycle.Lifecycle
isStarted, start, stopMethods inherited from interface java.util.concurrent.ScheduledExecutorService
schedule, schedule, scheduleAtFixedRate, scheduleWithFixedDelay