Package | Description |
---|---|
org.jboss.util |
Utility classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
TimerQueue.schedule(TimerTask t)
Schedules the given TimerTask for immediate execution.
|
void |
TimerQueue.schedule(TimerTask t,
long delay)
Schedule the given TimerTask to be executed after
delay
milliseconds. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.