| 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). |