|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WOTimer | |
com.webobjects.appserver | Provides the WebObjects application server, session management classes, component classes, and classes to manage the request-response loop. |
Uses of WOTimer in com.webobjects.appserver |
Methods in com.webobjects.appserver that return WOTimer | |
static WOTimer |
WOTimer.scheduledTimer(long ti,
Object aTarget,
String aSelectorName,
Object userInfo,
boolean repeats)
Creates a timer which will fire after ti milliseconds, and at
intervals ti thereafter (if repeats is true ). |
static WOTimer |
WOTimer.scheduledTimer(long ti,
Object aTarget,
String aSelectorName,
Object anArgument,
Class anArgumentClass,
boolean repeats)
Creates a timer which will fire after ti milliseconds, and at
intervals ti thereafter (if repeats is true ). |
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |