Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationEventImpl
Implementation of
application event . |
Modifier and Type | Field and Description |
---|---|
private ApplicationEvent |
MonitoringContainerListener.initFinishedEvent |
Modifier and Type | Method and Description |
---|---|
private ApplicationEvent |
MonitoringContainerListener.getApplicationEvent(ApplicationEvent.Type type) |
Modifier and Type | Method and Description |
---|---|
void |
MonitoringContainerListener.init(ApplicationEventListener listener,
ApplicationEvent initFinishedEvent)
Initializes the instance with listener that must be called and initialization event.
|
void |
MonitoringEventListener.onEvent(ApplicationEvent event) |
void |
CompositeApplicationEventListener.onEvent(ApplicationEvent event) |
void |
ApplicationInfoListener.onEvent(ApplicationEvent event) |
private void |
ApplicationInfoListener.processApplicationStatistics(ApplicationEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationEventListener.onEvent(ApplicationEvent event)
Process the application
event . |