站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

Uses of Interface javax.management.MBeanServerConnection (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Interface
javax.management.MBeanServerConnection

Packages that use MBeanServerConnection
javax.management   
org.jboss.mx.server   
 

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.
 



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