Uses of Interface
org.glassfish.jersey.server.monitoring.ApplicationEventListener
Packages that use ApplicationEventListener
Package
Description
Jersey server-side classes.
Jersey server-side internal monitoring and statistics classes.
-
Uses of ApplicationEventListener in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as ApplicationEventListenerModifier and TypeFieldDescriptionprivate final ApplicationEventListenerServerRuntime.applicationEventListenerMethods in org.glassfish.jersey.server with parameters of type ApplicationEventListenerModifier and TypeMethodDescription(package private) static ServerRuntimeServerRuntime.createServerRuntime(InjectionManager injectionManager, ServerBootstrapBag bootstrapBag, Stage<RequestProcessingContext> processingRoot, ApplicationEventListener eventListener, ProcessingProviders processingProviders) Constructors in org.glassfish.jersey.server with parameters of type ApplicationEventListenerModifierConstructorDescriptionprivateServerRuntime(Stage<RequestProcessingContext> requestProcessingRoot, ProcessingProviders processingProviders, InjectionManager injectionManager, ScheduledExecutorService backgroundScheduler, javax.inject.Provider<ExecutorService> managedAsyncExecutorProvider, RequestScope requestScope, ExceptionMappers exceptionMappers, ApplicationEventListener applicationEventListener, ExternalRequestScope externalScope, javax.ws.rs.core.Configuration configuration) -
Uses of ApplicationEventListener in org.glassfish.jersey.server.internal.monitoring
Classes in org.glassfish.jersey.server.internal.monitoring that implement ApplicationEventListenerModifier and TypeClassDescriptionfinal classApplication event listenerthat listens toapplicationevents and just prepareApplicationInfoinstance to be injectable.classapplication event listenerthat aggregates more event listeners into one.final classapplication event listenerthat listens toapplicationandrequestevents and supplies data toMonitoringStatisticsProcessorwhich producesmonitoring statistics.Fields in org.glassfish.jersey.server.internal.monitoring declared as ApplicationEventListenerModifier and TypeFieldDescriptionprivate ApplicationEventListenerMonitoringContainerListener.listenerFields in org.glassfish.jersey.server.internal.monitoring with type parameters of type ApplicationEventListenerModifier and TypeFieldDescriptionprivate final Iterable<ApplicationEventListener> CompositeApplicationEventListener.applicationEventListenersMethods in org.glassfish.jersey.server.internal.monitoring with parameters of type ApplicationEventListenerModifier and TypeMethodDescriptionvoidMonitoringContainerListener.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 ApplicationEventListenerModifierConstructorDescriptionCompositeApplicationEventListener(Iterable<ApplicationEventListener> applicationEventListeners) Creates a new instance of composite event listener.