Uses of Interface
org.glassfish.jersey.server.monitoring.ApplicationInfo
Packages that use ApplicationInfo
Package
Description
Jersey internal server-side monitoring JMX MBeans implementation classes.
Jersey server-side monitoring JMX MBeans interfaces.
-
Uses of ApplicationInfo in org.glassfish.jersey.server.internal.monitoring.jmx
Constructors in org.glassfish.jersey.server.internal.monitoring.jmx with parameters of type ApplicationInfoModifierConstructorDescriptionApplicationMXBeanImpl(ApplicationInfo applicationInfo, MBeanExposer mBeanExposer, String parentName) Create a new application MXBean and register it to the mbean server usingmBeanExposer. -
Uses of ApplicationInfo in org.glassfish.jersey.server.monitoring
Methods in org.glassfish.jersey.server.monitoring that return ApplicationInfoModifier and TypeMethodDescriptionApplicationInfo.snapshot()Get the immutable consistent snapshot of the application info.