public static class LoadClientAppsJob.DelayedRunClient extends SimpleTimer2.TimedEvent
_state, DEFAULT_FUZZ
コンストラクタ | 説明 |
---|---|
DelayedRunClient(SimpleTimer2 pool,
RouterContext enclosingContext,
java.lang.String className,
java.lang.String clientName,
java.lang.String[] args) |
caller MUST call schedule()
|
DelayedRunClient(SimpleTimer2 pool,
RouterContext enclosingContext,
java.lang.String className,
java.lang.String clientName,
java.lang.String[] args,
java.lang.ThreadGroup threadGroup,
java.lang.ClassLoader cl) |
caller MUST call schedule()
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
timeReached() |
Simple interface for events to be queued up and notified on expiration
the time requested has been reached (this call should NOT block,
otherwise the whole SimpleTimer gets backed up)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cancel, forceReschedule, reschedule, reschedule, run, schedule, setFuzz
public DelayedRunClient(SimpleTimer2 pool, RouterContext enclosingContext, java.lang.String className, java.lang.String clientName, java.lang.String[] args)
public DelayedRunClient(SimpleTimer2 pool, RouterContext enclosingContext, java.lang.String className, java.lang.String clientName, java.lang.String[] args, java.lang.ThreadGroup threadGroup, java.lang.ClassLoader cl)
public void timeReached()
SimpleTimer2.TimedEvent
timeReached
クラス内 SimpleTimer2.TimedEvent