|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Executor
public interface IWorkerPool
Method Summary | ||
---|---|---|
void |
execute(java.lang.Runnable command)
Deprecated. |
|
int |
getActiveCount()
Deprecated. |
|
int |
getPoolSize()
Deprecated. |
|
|
invokeAll(java.util.Collection<java.util.concurrent.Callable<T>> tasks)
Deprecated. |
Method Detail |
---|
void execute(java.lang.Runnable command)
execute
in interface java.util.concurrent.Executor
command
- the commnd to execute<T> java.util.List<java.util.concurrent.Future<T>> invokeAll(java.util.Collection<java.util.concurrent.Callable<T>> tasks) throws java.lang.InterruptedException
tasks
- the collection of tasks
java.lang.InterruptedException
- if interrupted while waiting, in which case unfinished tasks are cancelled.int getPoolSize()
int getActiveCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |