| Package | Description |
|---|---|
| org.jsr107.ri.management |
This package contains management related classes for the RI.
|
| Modifier and Type | Method and Description |
|---|---|
static MBeanServerRegistrationUtility.ObjectNameType |
MBeanServerRegistrationUtility.ObjectNameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MBeanServerRegistrationUtility.ObjectNameType[] |
MBeanServerRegistrationUtility.ObjectNameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MBeanServerRegistrationUtility.registerCacheObject(RICache cache,
MBeanServerRegistrationUtility.ObjectNameType objectNameType)
Utility method for registering CacheStatistics with the MBeanServer
|
static void |
MBeanServerRegistrationUtility.unregisterCacheObject(RICache cache,
MBeanServerRegistrationUtility.ObjectNameType objectNameType)
Removes registered CacheStatistics for a Cache
|
Copyright © 2019. All rights reserved.