| Package | Description |
|---|---|
| org.glassfish.pfl.tf.timer.impl | |
| org.glassfish.pfl.tf.timer.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
LogEventHandlerImpl |
class |
MultiThreadedStatsEventHandlerImpl |
class |
StatsEventHandlerBase |
class |
StatsEventHandlerImpl |
static class |
TimerFactoryImpl.TracingEventHandler |
| Modifier and Type | Method and Description |
|---|---|
TimerEventHandler |
TimerFactoryImpl.makeTracingEventHandler(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
TimerFactoryImpl.removeTimerEventHandler(TimerEventHandler handler) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
LogEventHandler
A TimerEventHandler that stores all events that is receives.
|
interface |
StatsEventHandler
Gather statistics on the times reported to this TimerEventHandler.
|
| Modifier and Type | Method and Description |
|---|---|
TimerEventHandler |
TimerFactory.makeTracingEventHandler(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<TimerEventHandler> |
TimerEventControllerBase.handlers()
Read-only image of the set of Handlers.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2011–2019 Eclipse Foundation. All rights reserved.