Uses of Class
org.glassfish.pfl.tf.timer.spi.TimerEvent
Packages that use TimerEvent
-
Uses of TimerEvent in org.glassfish.pfl.tf.timer.impl
Classes in org.glassfish.pfl.tf.timer.impl that implement interfaces with type arguments of type TimerEventFields in org.glassfish.pfl.tf.timer.impl declared as TimerEventFields in org.glassfish.pfl.tf.timer.impl with type parameters of type TimerEventModifier and TypeFieldDescriptionprivate Stack<TimerEvent> StatsEventHandlerImpl.teStackprivate ThreadLocal<ArrayList<Stack<TimerEvent>>> MultiThreadedStatsEventHandlerImpl.tlsteListMethods in org.glassfish.pfl.tf.timer.impl that return TimerEventMethods in org.glassfish.pfl.tf.timer.impl that return types with arguments of type TimerEventModifier and TypeMethodDescriptionprivate Stack<TimerEvent> MultiThreadedStatsEventHandlerImpl.getSteElement(int id) LogEventHandlerImpl.iterator()Methods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEventModifier and TypeMethodDescriptionvoidLogEventHandlerImpl.notify(TimerEvent event) voidMultiThreadedStatsEventHandlerImpl.notify(TimerEvent event) protected final voidStatsEventHandlerBase.notify(Stack<TimerEvent> teStack, TimerEvent event) voidStatsEventHandlerImpl.notify(TimerEvent event) voidTimerFactoryImpl.TracingEventHandler.notify(TimerEvent event) Method parameters in org.glassfish.pfl.tf.timer.impl with type arguments of type TimerEventModifier and TypeMethodDescriptionprotected final voidStatsEventHandlerBase.notify(Stack<TimerEvent> teStack, TimerEvent event) -
Uses of TimerEvent in org.glassfish.pfl.tf.timer.spi
Subinterfaces with type arguments of type TimerEvent in org.glassfish.pfl.tf.timer.spiModifier and TypeInterfaceDescriptioninterfaceA TimerEventHandler that stores all events that is receives.Methods in org.glassfish.pfl.tf.timer.spi with parameters of type TimerEventModifier and TypeMethodDescriptionvoidTimerEventHandler.notify(TimerEvent event) protected voidTimerEventControllerBase.propagate(TimerEvent ev) Send the event to all registered handlers.Constructors in org.glassfish.pfl.tf.timer.spi with parameters of type TimerEvent