org.glassfish.gmbal.impl
Interface TimerAnnotationHelper.ManagedLogEventHandler

All Superinterfaces:
TimerAnnotationHelper.ManagedNamed, TimerAnnotationHelper.ManagedTimerEventHandler
Enclosing class:
TimerAnnotationHelper

@ManagedObject
@Description(value="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 TimerAnnotationHelper.ManagedTimerEventHandler


Method Summary
 void clear()
           
 
Methods inherited from interface org.glassfish.gmbal.impl.TimerAnnotationHelper.ManagedNamed
factory, name
 

Method Detail

clear

@ManagedOperation
@Description(value="Discard all recorded timer events")
void clear()