Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02

Uses of Interface
weblogic.timers.TimerManager

Packages that use TimerManager
weblogic.timers Provides classes and interfaces for WebLogic Server timers and timer listeners. 
 

Uses of TimerManager in weblogic.timers
 

Methods in weblogic.timers that return TimerManager
abstract  TimerManager TimerManagerFactory.getDefaultTimerManager()
          Return a reference to the default timer manager.
abstract  TimerManager TimerManagerFactory.getTimerManager(String name)
          Return a reference to specified timer manager using the whatever work manager is associated with it, or the default work manager if the timer manager doesn't exist
abstract  TimerManager TimerManagerFactory.getTimerManager(String name, String policy)
          Return a reference to specified timer manager.
abstract  TimerManager TimerManagerFactory.getTimerManager(String name, weblogic.work.WorkManager wm)
          Return a reference to specified timer manager.
 

Methods in weblogic.timers with parameters of type TimerManager
abstract  TimerManager TimerManagerFactory.getCommonjTimerManager(TimerManager manager)
          Return the commonj TimerManager corresponding to the internal TimerManager
 


Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
12c Release 1 (12.1.1)

Part Number E24391-02