|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSExecutorService
An extension of ExecutorService with additional methods that provide more control over how submitted and executed work is handled.
Method Summary | |
---|---|
void |
executeGlobal(java.lang.Runnable command)
Executes the given command at some time in the future. |
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 |
Method Detail |
---|
void executeGlobal(java.lang.Runnable command) throws java.util.concurrent.RejectedExecutionException
command
- the runnable task
java.util.concurrent.RejectedExecutionException
- if this task cannot be
accepted for execution.
java.lang.NullPointerException
- if command is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |