Uses of Interface
org.glassfish.jersey.server.monitoring.ApplicationEventListener

Packages that use ApplicationEventListener
org.glassfish.jersey.server.internal.monitoring   
 

Uses of ApplicationEventListener in org.glassfish.jersey.server.internal.monitoring
 

Classes in org.glassfish.jersey.server.internal.monitoring that implement ApplicationEventListener
 class CompositeApplicationEventListener
          application event listener that aggregates more event listeners into one.
 class MonitoringEventListener
          application event listener that listens to application and request events and supplies data to MonitoringStatisticsProcessor which produces monitoring statistics.
 

Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type ApplicationEventListener
 void MonitoringContainerListener.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
CompositeApplicationEventListener(List<ApplicationEventListener> applicationEventListeners)
          Creates a new instance of composite event listener.
 



Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.