| Package | Description |
|---|---|
| com.tangosol.net.management |
Contains classes related to the Coherence Management Framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WrapperMBeanServerProxy
A
MBeanServerProxy that wraps a MBeanServer. |
| Modifier and Type | Field and Description |
|---|---|
protected MBeanServerProxy |
MBeanAccessor.f_mbeanServerProxy
The
MBeanServerProxy to be used for MBean operations. |
| Modifier and Type | Method and Description |
|---|---|
MBeanServerProxy |
Registry.getMBeanServerProxy()
Obtain a reference to the MBeanServerProxy for this Registry.
|
MBeanServerProxy |
MBeanServerProxy.local()
Return a local only
MBeanServerProxy. |
MBeanServerProxy |
WrapperMBeanServerProxy.local() |
| Constructor and Description |
|---|
MBeanAccessor(MBeanServerProxy mBeanServerProxy)
Create an instance of MBeanAccessor.
|