|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerEventHandler | |
|---|---|
| org.glassfish.pfl.tf.timer.impl | |
| org.glassfish.pfl.tf.timer.spi | |
| Uses of TimerEventHandler in org.glassfish.pfl.tf.timer.impl |
|---|
| Classes in org.glassfish.pfl.tf.timer.impl that implement TimerEventHandler | |
|---|---|
class |
LogEventHandlerImpl
|
class |
MultiThreadedStatsEventHandlerImpl
|
class |
StatsEventHandlerBase
|
class |
StatsEventHandlerImpl
|
static class |
TimerFactoryImpl.TracingEventHandler
|
| Methods in org.glassfish.pfl.tf.timer.impl that return TimerEventHandler | |
|---|---|
TimerEventHandler |
TimerFactoryImpl.makeTracingEventHandler(String name)
|
| Methods in org.glassfish.pfl.tf.timer.impl with parameters of type TimerEventHandler | |
|---|---|
void |
TimerFactoryImpl.removeTimerEventHandler(TimerEventHandler handler)
|
| Uses of TimerEventHandler in org.glassfish.pfl.tf.timer.spi |
|---|
| Subinterfaces of TimerEventHandler in org.glassfish.pfl.tf.timer.spi | |
|---|---|
interface |
LogEventHandler
A TimerEventHandler that stores all events that is receives. |
interface |
StatsEventHandler
Gather statistics on the times reported to this TimerEventHandler. |
| Methods in org.glassfish.pfl.tf.timer.spi that return TimerEventHandler | |
|---|---|
TimerEventHandler |
TimerFactory.makeTracingEventHandler(String name)
|
| Methods in org.glassfish.pfl.tf.timer.spi that return types with arguments of type TimerEventHandler | |
|---|---|
Set<TimerEventHandler> |
TimerEventControllerBase.handlers()
Read-only image of the set of Handlers. |
| Methods in org.glassfish.pfl.tf.timer.spi with parameters of type TimerEventHandler | |
|---|---|
void |
TimerEventControllerBase.deregister(TimerEventHandler handler)
Deregister the handler to stop receiving events from this controller. |
void |
TimerEventControllerBase.register(TimerEventHandler handler)
Register the handler to start receiving events from this controller. |
void |
TimerFactory.removeTimerEventHandler(TimerEventHandler handler)
Remove the handler from this TimerFactory. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||