|
Oracle Communications Services Gatekeeper Java API Reference 7.0.0.1 E96578-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.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);
| Constructor Summary | |
TimerManagerFactory()
|
|
| Method Summary | |
static TimerManagerFactory |
getFactory()
Retrieves the fatory |
abstract commonj.timers.TimerManager |
getTimerManager(java.lang.String name,
java.lang.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 commonj.timers.TimerManager getTimerManager(java.lang.String name,
java.lang.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 7.0.0.1 E96578-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||