Package net.i2p.router.startup
Class LoadClientAppsJob.DelayedRunClient
java.lang.Object
net.i2p.util.SimpleTimer2.TimedEvent
net.i2p.router.startup.LoadClientAppsJob.DelayedRunClient
- All Implemented Interfaces:
Runnable
- Enclosing class:
LoadClientAppsJob
Public for router console only, not for use by others, subject to change
-
Field Summary
Fields inherited from class net.i2p.util.SimpleTimer2.TimedEvent
_state, DEFAULT_FUZZ
-
Constructor Summary
ConstructorDescriptionDelayedRunClient
(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() -
Method Summary
Modifier and TypeMethodDescriptionvoid
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)Methods inherited from class net.i2p.util.SimpleTimer2.TimedEvent
cancel, forceReschedule, reschedule, reschedule, run, schedule, setFuzz
-
Field Details
-
_ctx
-
-
Constructor Details
-
DelayedRunClient
public DelayedRunClient(SimpleTimer2 pool, RouterContext enclosingContext, String className, String clientName, String[] args) caller MUST call schedule() -
DelayedRunClient
public DelayedRunClient(SimpleTimer2 pool, RouterContext enclosingContext, String className, String clientName, String[] args, ThreadGroup threadGroup, ClassLoader cl) caller MUST call schedule()
-
-
Method Details
-
timeReached
public void timeReached()Description copied from class:SimpleTimer2.TimedEvent
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)- Specified by:
timeReached
in classSimpleTimer2.TimedEvent
-