Uses of Class
org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
-
Packages that use ApplicationEvent.Type 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. -
-
Uses of ApplicationEvent.Type in org.glassfish.jersey.server.internal.monitoring
Fields in org.glassfish.jersey.server.internal.monitoring declared as ApplicationEvent.Type Modifier and Type Field Description private ApplicationEvent.Type
ApplicationEventImpl. type
Methods in org.glassfish.jersey.server.internal.monitoring that return ApplicationEvent.Type Modifier and Type Method Description ApplicationEvent.Type
ApplicationEventImpl. getType()
Methods in org.glassfish.jersey.server.internal.monitoring with parameters of type ApplicationEvent.Type Modifier and Type Method Description private ApplicationEvent
MonitoringContainerListener. getApplicationEvent(ApplicationEvent.Type type)
Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type ApplicationEvent.Type Constructor Description ApplicationEventImpl(ApplicationEvent.Type type, ResourceConfig resourceConfig, java.util.Set<java.lang.Class<?>> providers, java.util.Set<java.lang.Class<?>> registeredClasses, java.util.Set<java.lang.Object> registeredInstances, ResourceModel resourceModel)
Create a new application event. -
Uses of ApplicationEvent.Type in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ApplicationEvent.Type Modifier and Type Method Description ApplicationEvent.Type
ApplicationEvent. getType()
Return the type of the event.static ApplicationEvent.Type
ApplicationEvent.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApplicationEvent.Type[]
ApplicationEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-