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