Uses of Class
org.glassfish.pfl.tf.timer.spi.TimerEvent

Packages that use TimerEvent
org.glassfish.pfl.tf.timer.impl   
org.glassfish.pfl.tf.timer.spi   
 

Uses of TimerEvent in org.glassfish.pfl.tf.timer.impl
 

Methods in org.glassfish.pfl.tf.timer.impl that return TimerEvent
 TimerEvent LogEventHandlerIterator.next()
           
 

Methods in org.glassfish.pfl.tf.timer.impl that return types with arguments of type TimerEvent
 Iterator<TimerEvent> LogEventHandlerImpl.iterator()
           
 

Methods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEvent
protected  void StatsEventHandlerBase.notify(Stack<TimerEvent> teStack, TimerEvent event)
           
 void TimerFactoryImpl.TracingEventHandler.notify(TimerEvent event)
           
 void LogEventHandlerImpl.notify(TimerEvent event)
           
 void MultiThreadedStatsEventHandlerImpl.notify(TimerEvent event)
           
 void StatsEventHandlerImpl.notify(TimerEvent event)
           
 

Method parameters in org.glassfish.pfl.tf.timer.impl with type arguments of type TimerEvent
protected  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 TimerEvent
 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
TimerEvent(TimerEvent te)
           
 



Copyright © 2013 Oracle. All Rights Reserved.