| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
 | 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 | MBeanServerThis is the interface for MBean manipulation on the agent side. | 
| Methods in javax.management that return MBeanServerConnection | |
|---|---|
|  MBeanServerConnection | MBeanServerInvocationHandler.getMBeanServerConnection()The MBean server connection through which the methods of a proxy using this handler are forwarded. | 
| Methods in javax.management with parameters of type MBeanServerConnection | ||
|---|---|---|
| static
 | JMX.newMBeanProxy(MBeanServerConnection connection,
              ObjectName objectName,
              Class<T> interfaceClass)Make a proxy for a Standard MBean in a local or remote MBean Server. | |
| static
 | JMX.newMBeanProxy(MBeanServerConnection connection,
              ObjectName objectName,
              Class<T> interfaceClass,
              boolean notificationBroadcaster)Make a proxy for a Standard MBean in a local or remote MBean Server that may also support the methods of NotificationEmitter. | |
| static
 | JMX.newMXBeanProxy(MBeanServerConnection connection,
               ObjectName objectName,
               Class<T> interfaceClass)Make a proxy for an MXBean in a local or remote MBean Server. | |
| static
 | JMX.newMXBeanProxy(MBeanServerConnection connection,
               ObjectName objectName,
               Class<T> interfaceClass,
               boolean notificationBroadcaster)Make a proxy for an MXBean in a local or remote MBean Server that may also support the methods of NotificationEmitter. | |
| static
 | MBeanServerInvocationHandler.newProxyInstance(MBeanServerConnection connection,
                 ObjectName objectName,
                 Class<T> 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 to a Standard MBean. | |
| MBeanServerInvocationHandler(MBeanServerConnection connection,
                             ObjectName objectName,
                             boolean isMXBean)Invocation handler that can forward methods through an MBean server to a Standard MBean or MXBean. | |
| Uses of MBeanServerConnection in javax.management.remote | 
|---|
| Subinterfaces of MBeanServerConnection in javax.management.remote | |
|---|---|
|  interface | MBeanServerForwarderAn 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 MBeanServerConnectionobject
 representing a remote MBean server. | 
|  MBeanServerConnection | JMXConnector.getMBeanServerConnection(Subject delegationSubject)Returns an MBeanServerConnectionobject 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) | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.