|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ApplicationEvent | |
|---|---|
| org.glassfish.jersey.server.internal.monitoring | |
| org.glassfish.jersey.server.monitoring | |
| Uses of ApplicationEvent in org.glassfish.jersey.server.internal.monitoring |
|---|
| Classes in org.glassfish.jersey.server.internal.monitoring that implement ApplicationEvent | |
|---|---|
class |
ApplicationEventImpl
Implementation of application event. |
| Methods in org.glassfish.jersey.server.internal.monitoring that return types with arguments of type ApplicationEvent | |
|---|---|
Queue<ApplicationEvent> |
MonitoringEventListener.getApplicationEvents()
Get the queue of application events. |
| Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type ApplicationEvent | |
|---|---|
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)
|
| Uses of ApplicationEvent in org.glassfish.jersey.server.monitoring |
|---|
| Methods in org.glassfish.jersey.server.monitoring with parameters of type ApplicationEvent | |
|---|---|
void |
ApplicationEventListener.onEvent(ApplicationEvent event)
Process the application event. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||