Uses of Interface
javax.management.MBeanServerConnection

Packages that use MBeanServerConnection
javax.management   
org.jboss.mx.server   
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of MBeanServerConnection in javax.management
 

Subinterfaces of MBeanServerConnection in javax.management
 interface MBeanServer
          The interface used to access the MBean server instances.
 

Methods in javax.management with parameters of type MBeanServerConnection
static Object MBeanServerInvocationHandler.newProxyInstance(MBeanServerConnection connection, ObjectName name, Class interfaceClass, boolean broadcaster)
          Constructs a new Proxy for the MBean using an MBeanServerInvocationHandler.
 

Constructors in javax.management with parameters of type MBeanServerConnection
MBeanServerInvocationHandler(MBeanServerConnection connection, ObjectName name)
          Construct an MBeanServerInvocationHandler for the given connection and object name.
 

Uses of MBeanServerConnection in org.jboss.mx.server
 

Classes in org.jboss.mx.server that implement MBeanServerConnection
 class MBeanServerImpl
          MBean server implementation.
 

Uses of MBeanServerConnection in org.jboss.mx.util
 

Fields in org.jboss.mx.util declared as MBeanServerConnection
static MBeanServerConnection MBeanProxyExt.remote
          The remote MBeanServerConnection
 

Methods in org.jboss.mx.util that return MBeanServerConnection
 MBeanServerConnection MBeanProxyExt.getMBeanProxyMBeanServerConnection()
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.