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 TimerEventLogEventHandlerIterator. entryFields in org.glassfish.pfl.tf.timer.impl with type parameters of type TimerEvent Modifier and Type Field Description private java.util.Stack<TimerEvent>StatsEventHandlerImpl. teStackprivate java.lang.ThreadLocal<java.util.ArrayList<java.util.Stack<TimerEvent>>>MultiThreadedStatsEventHandlerImpl. tlsteListMethods in org.glassfish.pfl.tf.timer.impl that return TimerEvent Modifier and Type Method Description TimerEventLogEventHandlerIterator. 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 voidLogEventHandlerImpl. notify(TimerEvent event)voidMultiThreadedStatsEventHandlerImpl. notify(TimerEvent event)protected voidStatsEventHandlerBase. notify(java.util.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 TimerEvent Modifier and Type Method Description protected voidStatsEventHandlerBase. 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 voidTimerEventHandler. 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 Constructor Description TimerEvent(TimerEvent te)
-