Uses of Class
org.glassfish.pfl.tf.timer.spi.TimerEvent
-
Packages that use TimerEvent Package Description org.glassfish.pfl.tf.timer.impl org.glassfish.pfl.tf.timer.spi -
-
Uses of TimerEvent in org.glassfish.pfl.tf.timer.impl
Fields in org.glassfish.pfl.tf.timer.impl declared as TimerEvent Modifier and Type Field Description private TimerEvent
LogEventHandlerIterator. entry
Fields in org.glassfish.pfl.tf.timer.impl with type parameters of type TimerEvent Modifier and Type Field Description private java.util.Stack<TimerEvent>
StatsEventHandlerImpl. teStack
private java.lang.ThreadLocal<java.util.ArrayList<java.util.Stack<TimerEvent>>>
MultiThreadedStatsEventHandlerImpl. tlsteList
Methods in org.glassfish.pfl.tf.timer.impl that return TimerEvent Modifier and Type Method Description TimerEvent
LogEventHandlerIterator. next()
Methods in org.glassfish.pfl.tf.timer.impl that return types with arguments of type TimerEvent Modifier and Type Method Description private java.util.Stack<TimerEvent>
MultiThreadedStatsEventHandlerImpl. getSteElement(int id)
java.util.Iterator<TimerEvent>
LogEventHandlerImpl. iterator()
Methods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEvent Modifier and Type Method Description void
LogEventHandlerImpl. notify(TimerEvent event)
void
MultiThreadedStatsEventHandlerImpl. notify(TimerEvent event)
protected void
StatsEventHandlerBase. notify(java.util.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 TimerEvent Modifier and Type Method Description protected void
StatsEventHandlerBase. notify(java.util.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 TimerEvent Modifier and Type Method Description void
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 Constructor Description TimerEvent(TimerEvent te)
-