Package org.glassfish.gmbal.impl
Interface TimerAnnotationHelper.ManagedLogEventHandler
-
- All Superinterfaces:
java.lang.Iterable<org.glassfish.pfl.tf.timer.spi.TimerEvent>,org.glassfish.pfl.tf.timer.spi.LogEventHandler,Named,TimerAnnotationHelper.ManagedNamed,TimerAnnotationHelper.ManagedTimerEventHandler,org.glassfish.pfl.tf.timer.spi.TimerEventHandler
- Enclosing class:
- TimerAnnotationHelper
@ManagedObject @Description("TimerEventHandler that records all TimerEvents in a log") @InheritedAttribute(methodName="iterator", description="TimerEvents contained in this log in order of occurrence") public static interface TimerAnnotationHelper.ManagedLogEventHandler extends org.glassfish.pfl.tf.timer.spi.LogEventHandler, TimerAnnotationHelper.ManagedTimerEventHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()-
Methods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedNamed
factory, name
-
-
-
-
Method Detail
-
clear
@ManagedOperation @Description("Discard all recorded timer events") void clear()
- Specified by:
clearin interfaceorg.glassfish.pfl.tf.timer.spi.LogEventHandler
-
-