| 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
 timilliseconds, and at
 intervalstithereafter (ifrepeatsistrue). | 
| static WOTimer | WOTimer.scheduledTimer(long ti,
               Object aTarget,
               String aSelectorName,
               Object anArgument,
               Class anArgumentClass,
               boolean repeats)Creates a timer which will fire after
 timilliseconds, and at
 intervalstithereafter (ifrepeatsistrue). |