Package | Description |
---|---|
org.glassfish.jersey.server.internal.monitoring |
Jersey server-side internal monitoring and statistics classes.
|
org.glassfish.jersey.server.internal.monitoring.jmx |
Jersey internal server-side monitoring JMX MBeans implementation classes.
|
org.glassfish.jersey.server.monitoring |
Jersey server-side monitoring JMX MBeans interfaces.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
ApplicationInfoImpl
Application statistics.
|
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<Ref<ApplicationInfo>> |
ApplicationInfoListener.applicationInfoRefProvider |
Modifier and Type | Method and Description |
---|---|
ApplicationInfo |
ApplicationInfoImpl.snapshot() |
Constructor and Description |
---|
ApplicationInfoInjectionFactory(javax.inject.Provider<Ref<ApplicationInfo>> referenceFactory)
Create new referencing injection factory.
|
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<ApplicationInfo> |
MBeanExposer.applicationInfoProvider |
Constructor and Description |
---|
ApplicationMXBeanImpl(ApplicationInfo applicationInfo,
MBeanExposer mBeanExposer,
java.lang.String parentName)
Create a new application MXBean and register it to the mbean server using
mBeanExposer . |
Modifier and Type | Method and Description |
---|---|
ApplicationInfo |
ApplicationInfo.snapshot()
Get the immutable consistent snapshot of the application info.
|