Package org.glassfish.gmbal.impl
Class TimerAnnotationHelper.TracingEventHandler
java.lang.Object
org.glassfish.pfl.tf.timer.spi.NamedBase
org.glassfish.pfl.tf.timer.impl.TimerFactoryImpl.TracingEventHandler
org.glassfish.gmbal.impl.TimerAnnotationHelper.TracingEventHandler
- All Implemented Interfaces:
TimerAnnotationHelper.ManagedNamed
,TimerAnnotationHelper.ManagedTimerEventHandler
,Named
,org.glassfish.pfl.tf.timer.spi.TimerEventHandler
- Enclosing class:
TimerAnnotationHelper
@ManagedObject
@Description("A simple TimerEventHandler that just displays TimerEvents as they occur")
public class TimerAnnotationHelper.TracingEventHandler
extends org.glassfish.pfl.tf.timer.impl.TimerFactoryImpl.TracingEventHandler
implements TimerAnnotationHelper.ManagedTimerEventHandler
-
Constructor Summary
ConstructorsConstructorDescriptionTracingEventHandler
(org.glassfish.pfl.tf.timer.spi.TimerFactory factory, String name) -
Method Summary
Methods inherited from class org.glassfish.pfl.tf.timer.impl.TimerFactoryImpl.TracingEventHandler
notify
Methods inherited from class org.glassfish.pfl.tf.timer.spi.NamedBase
equals, factory, hashCode, name, setFactory, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedNamed
factory, name
Methods inherited from interface org.glassfish.pfl.tf.timer.spi.TimerEventHandler
notify
-
Constructor Details
-
TracingEventHandler
-