Uses of Enum
org.glassfish.jersey.server.monitoring.ApplicationEvent.Type
Packages that use ApplicationEvent.Type
Package
Description
Jersey server-side internal monitoring and statistics classes.
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.TypeMethods in org.glassfish.jersey.server.internal.monitoring that return ApplicationEvent.TypeMethods in org.glassfish.jersey.server.internal.monitoring with parameters of type ApplicationEvent.TypeModifier and TypeMethodDescriptionprivate ApplicationEventMonitoringContainerListener.getApplicationEvent(ApplicationEvent.Type type) Constructors in org.glassfish.jersey.server.internal.monitoring with parameters of type ApplicationEvent.TypeModifierConstructorDescriptionApplicationEventImpl(ApplicationEvent.Type type, ResourceConfig resourceConfig, Set<Class<?>> providers, Set<Class<?>> registeredClasses, Set<Object> registeredInstances, ResourceModel resourceModel) Create a new application event. -
Uses of ApplicationEvent.Type in org.glassfish.jersey.server.monitoring
Subclasses with type arguments of type ApplicationEvent.Type in org.glassfish.jersey.server.monitoringModifier and TypeClassDescriptionstatic enumThe type of the event that identifies on which lifecycle change the event is triggered.Methods in org.glassfish.jersey.server.monitoring that return ApplicationEvent.TypeModifier and TypeMethodDescriptionApplicationEvent.getType()Return the type of the event.static ApplicationEvent.TypeReturns 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.