Package org.glassfish.gmbal.impl
Class TimerAnnotationHelper.ManagedTimerEventController
java.lang.Object
org.glassfish.pfl.tf.timer.spi.NamedBase
org.glassfish.pfl.tf.timer.spi.TimerEventControllerBase
org.glassfish.pfl.tf.timer.spi.TimerEventController
org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedTimerEventController
- All Implemented Interfaces:
TimerAnnotationHelper.ManagedNamed,Named
- Enclosing class:
- TimerAnnotationHelper
@ManagedObject
@Description("Controls entering and exiting Timers")
public class TimerAnnotationHelper.ManagedTimerEventController
extends TimerEventController
implements TimerAnnotationHelper.ManagedNamed
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.glassfish.pfl.tf.timer.spi.TimerEventControllerBase
deregister, handlers, propagate, registerMethods inherited from class org.glassfish.pfl.tf.timer.spi.NamedBase
equals, factory, hashCode, name, setFactory, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedNamed
factory, name
-
Constructor Details
-
ManagedTimerEventController
-
-
Method Details
-
enter
Description copied from class:TimerEventControllerGenerate a TimerEvent representing the entry to a particular timer. This event is sent to all registered TimerEventHandlers. An event is only generated in case timer.isActivated() is true.- Overrides:
enterin classTimerEventController
-
exit
Description copied from class:TimerEventControllerGenerate a TimerEvent representing the exit from a particular timer. This event is sent to all registered TimerEventHandlers. An event is only generated in case timer.isActivated() is true.- Overrides:
exitin classTimerEventController
-