Package | Description |
---|---|
com.tangosol.net |
Contains basic cluster interfaces and factories.
|
com.tangosol.net.management |
Contains classes related to the Coherence Management Framework.
|
Modifier and Type | Method and Description |
---|---|
Registry |
Cluster.getManagement()
Returns the current management registry.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setManagement(Registry registry)
Sets the current management registry.
|
Modifier and Type | Method and Description |
---|---|
static void |
MBeanHelper.registerQueryMBeans(String sMBeanServerDomain,
String sQuery,
String sPrefix,
Registry registry)
Find all MBeans matching to the specified query at a local MBeanServer and
register them with the specified Registry.
|