Uses of Interface
org.glassfish.jersey.server.monitoring.ApplicationEventListener
-
Packages that use ApplicationEventListener Package Description org.glassfish.jersey.server.internal.monitoring Jersey server-side internal monitoring and statistics classes. -
-
Uses of ApplicationEventListener in org.glassfish.jersey.server.internal.monitoring
Classes in org.glassfish.jersey.server.internal.monitoring that implement ApplicationEventListener Modifier and Type Class Description classApplicationInfoListenerApplication event listenerthat listens toapplicationevents and just prepareApplicationInfoinstance to be injectable.classCompositeApplicationEventListenerapplication event listenerthat aggregates more event listeners into one.classMonitoringEventListenerapplication event listenerthat listens toapplicationandrequestevents and supplies data toMonitoringStatisticsProcessorwhich producesmonitoring statistics.Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type ApplicationEventListener Modifier and Type Method Description voidMonitoringContainerListener. init(ApplicationEventListener listener, ApplicationEvent initFinishedEvent)Initializes the instance with listener that must be called and initialization event.Constructor parameters in org.glassfish.jersey.server.internal.monitoring with type arguments of type ApplicationEventListener Constructor Description CompositeApplicationEventListener(Iterable<ApplicationEventListener> applicationEventListeners)Creates a new instance of composite event listener.
-