|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Executor
An interface to executors that can execute Runnables
using
different thread models.
Method Summary | |
---|---|
int |
getActiveCount()
Gets the number of currently running tasks. |
long |
getCompletedTaskCount()
Gets the total number of completed tasks. |
long |
getTaskCount()
Gets the total number of completed, active or scheduled tasks. |
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.norther.tammi.core.base.Startable |
---|
isStarted, start, stop |
Method Detail |
---|
long getCompletedTaskCount()
int getActiveCount()
long getTaskCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |