Package org.glassfish.gmbal.impl
Interface TimerAnnotationHelper.ManagedLogEventHandler
- All Superinterfaces:
Iterable<TimerEvent>,LogEventHandler,Named,TimerAnnotationHelper.ManagedNamed,TimerAnnotationHelper.ManagedTimerEventHandler,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 LogEventHandler, TimerAnnotationHelper.ManagedTimerEventHandler
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface org.glassfish.pfl.tf.timer.spi.LogEventHandler
displayMethods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedNamed
factory, nameMethods inherited from interface org.glassfish.pfl.tf.timer.spi.TimerEventHandler
notify
-
Method Details
-
clear
Description copied from interface:LogEventHandlerDiscard the contents of the log.- Specified by:
clearin interfaceLogEventHandler
-