|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xvsm.internal.TimeoutSchedulerPool
public final class TimeoutSchedulerPool
Method Summary | |
---|---|
static void |
init()
Persudes the TimeoutSchedularPool to re-read the configuration file and restart the pool with the new configuration. |
static void |
remove(java.lang.Runnable r)
Removes a task. |
static java.util.concurrent.ScheduledFuture<?> |
schedule(java.lang.Runnable r)
Schedules a new task. |
static void |
shutdown()
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.concurrent.ScheduledFuture<?> schedule(java.lang.Runnable r)
r
- the task to schedule.public static void remove(java.lang.Runnable r)
r
- the task to removepublic static void shutdown()
public static void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |