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

Part Number E24391-02

Package commonj.timers

Provides interfaces for commonj timers and listeners.

See:
          Description

Interface Summary
CancelTimerListener This is implemented by developers that require a cancel event.
StopTimerListener Applications requiring timer stop events should have their timers implement this interface.
Timer A Timer is returned when a TimerListener is scheduled using one of the TimerManager.schedule methods.
TimerListener Objects that implement this interface and are supplied to one of the TimerManager#schedule methods can receieve timer notifications.
TimerManager Applications use a TimerManager to schedule TimerListeners.
 

Package commonj.timers Description

Provides interfaces for commonj timers and 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