Uses of Class
org.glassfish.pfl.tf.timer.spi.TimerEvent
Packages that use TimerEvent
-
Uses of TimerEvent in org.glassfish.pfl.tf.timer.impl
Fields 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.teStack
private ThreadLocal
<ArrayList<Stack<TimerEvent>>> MultiThreadedStatsEventHandlerImpl.tlsteList
Methods 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 TypeMethodDescriptionvoid
LogEventHandlerImpl.notify
(TimerEvent event) void
MultiThreadedStatsEventHandlerImpl.notify
(TimerEvent event) protected final void
StatsEventHandlerBase.notify
(Stack<TimerEvent> teStack, TimerEvent event) void
StatsEventHandlerImpl.notify
(TimerEvent event) void
TimerFactoryImpl.TracingEventHandler.notify
(TimerEvent event) Method parameters in org.glassfish.pfl.tf.timer.impl with type arguments of type TimerEventModifier and TypeMethodDescriptionprotected final void
StatsEventHandlerBase.notify
(Stack<TimerEvent> teStack, TimerEvent event) -
Uses of TimerEvent in org.glassfish.pfl.tf.timer.spi
Methods in org.glassfish.pfl.tf.timer.spi with parameters of type TimerEventModifier and TypeMethodDescriptionvoid
TimerEventHandler.notify
(TimerEvent event) protected void
TimerEventControllerBase.propagate
(TimerEvent ev) Send the event to all registered handlers.Constructors in org.glassfish.pfl.tf.timer.spi with parameters of type TimerEvent