Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
commonj.timers.TimerListener

Packages that use TimerListener
commonj.timers   

 

Uses of TimerListener in commonj.timers

 

Subinterfaces of TimerListener in commonj.timers
 interface CancelTimerListener
          This is implemented by developers that require a cancel event.
 interface StopTimerListener
          Applications requiring timer stop events should have their timers implement this interface.

 

Methods in commonj.timers that return TimerListener
abstract  TimerListener Timer.getTimerListener()
          Returns the application-supplied TimerListener associated with this Timer.

 

Methods in commonj.timers with parameters of type TimerListener
abstract  Timer TimerManager.schedule(TimerListener listener, Date time)
          Schedules a TimerListener to execute at a specified time.
abstract  Timer TimerManager.schedule(TimerListener listener, long delay)
          Schedules a TimerListener to execute once after the specified delay.
abstract  Timer TimerManager.schedule(TimerListener listener, Date firstTime, long period)
          Schedules a TimerListener to execute repeatedly using fixed-delay execution after the firstTime elapses.
abstract  Timer TimerManager.schedule(TimerListener listener, long delay, long period)
          Schedules a TimerListener to execute repeatedly using fixed-delay execution after the specified delay.
abstract  Timer TimerManager.scheduleAtFixedRate(TimerListener listener, Date firstTime, long period)
          Schedules a TimerListener to execute repeatedly using fixed-rate execution after the firstTime elapses.
abstract  Timer TimerManager.scheduleAtFixedRate(TimerListener listener, long delay, long period)
          Schedules a TimerListener to execute repeatedly using fixed-rate execution after the specified delay.

 


Skip navigation links

Copyright 1996, 2015, 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
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09