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

Part Number E24391-02

Uses of Interface
weblogic.timers.TimerListener

Packages that use TimerListener
weblogic.cluster.singleton Provides interfaces and classes for Clusters. 
weblogic.timers Provides classes and interfaces for WebLogic Server timers and timer listeners. 
 

Uses of TimerListener in weblogic.cluster.singleton
 

Classes in weblogic.cluster.singleton that implement TimerListener
 class LeaseManager
          Implementation of the Leasing interface.
 class MigratableServerService
          MigratableServerService registers ServerMigrationCoordinator with the MBean server and creates the ClusterMaster Leasing implementation.
 class SingletonServicesBatchManager
           
 

Uses of TimerListener in weblogic.timers
 

Subinterfaces of TimerListener in weblogic.timers
 interface CancelTimerListener
          This interface is implemented by those classes that require notification of stopped timers.
 interface NakedTimerListener
          The ContextListener is a tagging interface.
 interface StopTimerListener
          This interface is implemented by those classes that require notification of stopped timers.
 

Methods in weblogic.timers that return TimerListener
 TimerListener Timer.getListener()
          Return the listener supplied to the timer manager when this timer was created.
 

Methods in weblogic.timers with parameters of type TimerListener
 Timer TimerManager.schedule(TimerListener listener, Date time)
          Schedules the specified task for execution at the specified time.
 Timer TimerManager.schedule(TimerListener listener, Date firstTime, long period)
          Schedules the specified listener for repeated execution starting at the specified date, and then repeatedly with a fixed delay between subsequent executions.
 Timer TimerManager.schedule(TimerListener listener, long delay)
          Schedules the specified listener for execution after the specified delay.
 Timer TimerManager.schedule(TimerListener listener, long delay, long period)
          Schedules the specified listener for repeated execution with an initial delay before the first execution and then repeatedly with a fixed delay between subsequent executions.
 Timer TimerManager.schedule(TimerListener listener, ScheduleExpression schedule)
          Schedules the specified listener for a calendar-based timer.
 Timer TimerManager.scheduleAtFixedRate(TimerListener listener, Date firstTime, long period)
          Schedules the specified listener for repeated execution with an initial delay before the first execution and then repeatedly at a fixed rate.
 Timer TimerManager.scheduleAtFixedRate(TimerListener listener, long delay, long period)
          Schedules the specified listener for repeated execution starting at the specified date, and then repeatedly at a fixed rate.
 


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