Uses of Interface
com.tangosol.net.management.MBeanServerProxy
-
Packages that use MBeanServerProxy Package Description com.tangosol.net.management Contains classes related to the Coherence Management Framework. -
-
Uses of MBeanServerProxy in com.tangosol.net.management
Classes in com.tangosol.net.management that implement MBeanServerProxy Modifier and Type Class Description class
WrapperMBeanServerProxy
AMBeanServerProxy
that wraps aMBeanServer
.Fields in com.tangosol.net.management declared as MBeanServerProxy Modifier and Type Field Description protected MBeanServerProxy
MBeanAccessor. f_mbeanServerProxy
TheMBeanServerProxy
to be used for MBean operations.Methods in com.tangosol.net.management that return MBeanServerProxy Modifier and Type Method Description MBeanServerProxy
Registry. getMBeanServerProxy()
Obtain a reference to the MBeanServerProxy for this Registry.MBeanServerProxy
MBeanServerProxy. local()
Return a local onlyMBeanServerProxy
.MBeanServerProxy
WrapperMBeanServerProxy. local()
Constructors in com.tangosol.net.management with parameters of type MBeanServerProxy Constructor Description MBeanAccessor(MBeanServerProxy mBeanServerProxy)
Create an instance of MBeanAccessor.
-