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

Uses of Class org.jboss.mx.util.MBeanProxyCreationException (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


Uses of Class
org.jboss.mx.util.MBeanProxyCreationException

Packages that use MBeanProxyCreationException
org.jboss.mx.util Utilities for the Java Management Extentions API. 
 

Uses of MBeanProxyCreationException in org.jboss.mx.util
 

Methods in org.jboss.mx.util that throw MBeanProxyCreationException
static Object MBeanProxy.get(Class intrface, ObjectName name, String agentID)
          Creates a proxy to an MBean in the given MBean server.
static Object MBeanProxy.get(Class intrface, ObjectName name, MBeanServer server)
          Creates a proxy to an MBean in the given MBean server.
static Object MBeanProxy.get(ObjectName name, MBeanServer server)
           
static Object MBeanProxy.create(Class instance, Class intrface, ObjectName name, String agentID)
          Convenience method for registering an MBean and retrieving a proxy for it.
static Object MBeanProxy.create(Class instance, Class intrface, ObjectName name, MBeanServer server)
          Convenience method for registering an MBean and retrieving a proxy for it.
 

Constructors in org.jboss.mx.util that throw MBeanProxyCreationException
JMXInvocationHandler(MBeanServer server, ObjectName name)
          Constructs a new JMX MBean Proxy invocation handler.
 



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