|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use XholonTimerTask | |
| org.primordion.xholon.base | |
| Uses of XholonTimerTask in org.primordion.xholon.base |
| Methods in org.primordion.xholon.base that return XholonTimerTask | |
XholonTimerTask |
XholonTime.timeoutRelative(IXholon clientNode,
long delay)
|
XholonTimerTask |
XholonTime.timeoutRelative(IXholon clientNode,
java.lang.Object data,
long delay)
|
XholonTimerTask |
XholonTime.timeoutRepeat(IXholon clientNode,
long delay,
long period)
|
XholonTimerTask |
XholonTime.timeoutRepeat(IXholon clientNode,
java.lang.Object data,
long delay,
long period)
|
XholonTimerTask |
XholonTime.timeoutAbsolute(IXholon clientNode,
java.util.Date time)
|
XholonTimerTask |
IXholonTime.timeoutRelative(IXholon clientNode,
long delay)
Timeout after a specified number of milliseconds, relative to the current time. |
XholonTimerTask |
IXholonTime.timeoutRelative(IXholon clientNode,
java.lang.Object data,
long delay)
Timeout after a specified number of milliseconds, relative to the current time. |
XholonTimerTask |
IXholonTime.timeoutRepeat(IXholon clientNode,
long delay,
long period)
Timeout repeatedly every so many milliseconds. |
XholonTimerTask |
IXholonTime.timeoutRepeat(IXholon clientNode,
java.lang.Object data,
long delay,
long period)
Timeout repeatedly every so many milliseconds. |
XholonTimerTask |
IXholonTime.timeoutAbsolute(IXholon clientNode,
java.util.Date time)
Timeout at a specified absolute time in the future. |
| Methods in org.primordion.xholon.base with parameters of type XholonTimerTask | |
void |
XholonTime.cancel(XholonTimerTask xhTimerTask)
|
void |
IXholonTime.cancel(XholonTimerTask xhTimerTask)
Cancel a relative, repeat or absolute timeout. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||