Uses of Interface
javax.management.MBeanServerConnection

Packages that use MBeanServerConnection
javax.management   
org.huihoo.jfox.jmx   
 

Uses of MBeanServerConnection in javax.management
 

Subinterfaces of MBeanServerConnection in javax.management
 interface MBeanServer
          This is the interface for MBean manipulation on the agent side.
 

Methods in javax.management with parameters of type MBeanServerConnection
static java.lang.Object MBeanServerInvocationHandler.newProxyInstance(MBeanServerConnection connection, ObjectName objectName, java.lang.Class interfaceClass, boolean isNotificationBroadcaster)
          Return a proxy that implements the given interface by forwarding its methods through the given MBean server to the named MBean. This method is equivalent to Proxy.newProxyInstance(interfaceClass.getClassLoader(), interfaces, handler).
 

Constructors in javax.management with parameters of type MBeanServerConnection
MBeanServerInvocationHandler(MBeanServerConnection connection, ObjectName objectName, boolean isNotificationBroadcaster)
          Invocation handler that forwards methods through an MBean server.
 

Uses of MBeanServerConnection in org.huihoo.jfox.jmx
 

Subinterfaces of MBeanServerConnection in org.huihoo.jfox.jmx
 interface ExtendedMBeanServer
          extends MBeanserver can provide extral funtion, ex: getClassLoader , Interceptor
 

Classes in org.huihoo.jfox.jmx that implement MBeanServerConnection
 class MBeanServerSupport