WebObjects 5.2

Uses of Class
com.webobjects.appserver.WOTimer

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 Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.