|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.wlcp.wlng.api.timers.TimerManagerFactory
Factory for using the commonj.timers api.
Example usage
TimerManager tm = TimerManagerFactory.getFactory().getTimerManager("my_timer_mgr", "my_work_mgr"); Timer timer = tm.schedule(listerner, delay);
See also http://e-docs.bea.com/wls/docs100/javadocs/index.html?commonj/timers/package-summary.html
Constructor Summary | |
TimerManagerFactory() |
Method Summary | |
static TimerManagerFactory |
getFactory() Retrieves the fatory |
abstract TimerManager |
getTimerManager(String name, String workMgr) Gets a commonj.timers.TimerManager. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TimerManagerFactory()
Method Detail |
public static TimerManagerFactory getFactory()
public abstract TimerManager getTimerManager(String name, String workMgr)
name
- Name for the timer manager.workMgr
- This is the name of a predefined work manager. If name is null or there is no work manager defined the default work manager will be used.
|
Oracle Communications Services Gatekeeper Java API Reference 5.0 E21717-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |