public interface WSExecutorService
extends java.util.concurrent.ExecutorService
Modifier and Type | Method and Description |
---|---|
void |
executeGlobal(java.lang.Runnable command)
Executes the given command at some time in the future.
|
void executeGlobal(java.lang.Runnable command) throws java.util.concurrent.RejectedExecutionException
command
- the runnable taskjava.util.concurrent.RejectedExecutionException
- if this task cannot be
accepted for execution.java.lang.NullPointerException
- if command is null