JavaTM 2 Platform
Standard Ed. 5.0

Uses of Interface
javax.management.MBeanServerConnection

Packages that use MBeanServerConnection
java.lang.management Provides the management interface for monitoring and management of the Java virtual machine as well as the operating system on which the Java virtual machine is running. 
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.remote Interfaces for remote access to JMX MBean servers. 
javax.management.remote.rmi The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server. 
 

Uses of MBeanServerConnection in java.lang.management
 

Methods in java.lang.management with parameters of type MBeanServerConnection
static
<T> T
ManagementFactory.newPlatformMXBeanProxy(MBeanServerConnection connection, String mxbeanName, Class<T> mxbeanInterface)
          Returns a proxy for a platform MXBean interface of a given MXBean name that forwards its method calls through the given MBeanServerConnection.
 

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.
 

Uses of MBeanServerConnection in javax.management.remote
 

Subinterfaces of MBeanServerConnection in javax.management.remote
 interface MBeanServerForwarder
          An object of this class implements the MBeanServer interface and wraps another object that also implements that interface.
 

Methods in javax.management.remote that return MBeanServerConnection
 MBeanServerConnection JMXConnector.getMBeanServerConnection()
          Returns an MBeanServerConnection object representing a remote MBean server.
 MBeanServerConnection JMXConnector.getMBeanServerConnection(Subject delegationSubject)
          Returns an MBeanServerConnection object representing a remote MBean server on which operations are performed on behalf of the supplied delegation subject.
 

Uses of MBeanServerConnection in javax.management.remote.rmi
 

Methods in javax.management.remote.rmi that return MBeanServerConnection
 MBeanServerConnection RMIConnector.getMBeanServerConnection()
           
 MBeanServerConnection RMIConnector.getMBeanServerConnection(Subject delegationSubject)
           
 


JavaTM 2 Platform
Standard Ed. 5.0

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.