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

Packages that use MBeanProxyCreationException
org.jboss.mx.util   
 

Uses of MBeanProxyCreationException in org.jboss.mx.util
 

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

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



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.