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

Part Number E24391-02

Package weblogic.timers

Provides classes and interfaces for WebLogic Server timers and timer listeners.

See:
          Description

Interface Summary
CancelTimerListener This interface is implemented by those classes that require notification of stopped timers.
NakedTimerListener The ContextListener is a tagging interface.
StopTimerListener This interface is implemented by those classes that require notification of stopped timers.
Timer This interface allows one to query and cancel a timer that is returned when scheduling a timer listener with a timer manager.
TimerListener This interface is implemented by those classes that require notification of expired timers.
TimerManager A facility for threads to schedule future work.
 

Class Summary
ScheduleExpression A calendar-based timeout expression for callers to use in calls to schedule calendar-based timers with the TimerManager.
TimerManagerFactory The TimerManagerFactory class allows for the creation and lookup of timer managers.
 

Package weblogic.timers Description

Provides classes and interfaces for WebLogic Server timers and timer listeners.


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