Uses of Interface
javax.management.MBeanServerConnection

Packages that use MBeanServerConnection
javax.management Provides the core classes for the Java Management Extensions. 
 

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 Object MBeanServerInvocationHandler.newProxyInstance(MBeanServerConnection connection, ObjectName objectName, Class interfaceClass, boolean notificationBroadcaster)
          Return a proxy that implements the given interface by forwarding its methods through the given MBean server to the named MBean.
 

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


JMX Specification 1.2 Maintenance Release
Generated from RI build jmx-1_2_2_03-b34.2 2005.11.28_17:31:59_MET

Copyright 1999-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.