public static class LoadClientAppsJob.DelayedRunClient extends SimpleTimer2.TimedEvent
| Modifier and Type | Field and Description |
|---|---|
protected RouterContext | _ctx_ctx. |
_state, DEFAULT_FUZZ| Constructor and Description |
|---|
DelayedRunClient(SimpleTimer2 pool,
RouterContext enclosingContext,
String className,
String clientName,
String[] args)caller MUST call schedule() |
DelayedRunClient(SimpleTimer2 pool,
RouterContext enclosingContext,
String className,
String clientName,
String[] args,
ThreadGroup threadGroup,
ClassLoader cl)caller MUST call schedule() |
| Modifier and Type | Method and Description |
|---|---|
void | timeReached()timeReached. |
cancel, forceReschedule, reschedule, reschedule, run, schedule, setFuzz, setPool, toStringprotected final RouterContext _ctx
public DelayedRunClient(SimpleTimer2 pool, RouterContext enclosingContext, String className, String clientName, String[] args)
public DelayedRunClient(SimpleTimer2 pool, RouterContext enclosingContext, String className, String clientName, String[] args, ThreadGroup threadGroup, ClassLoader cl)
public void timeReached()
timeReached in class SimpleTimer2.TimedEvent