|
Seam Core JSF2 2.3.1.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MBeanProxyCreationException | |
---|---|
org.jboss.seam.jmx |
Uses of MBeanProxyCreationException in org.jboss.seam.jmx |
---|
Methods in org.jboss.seam.jmx 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.seam.jmx that throw MBeanProxyCreationException | |
---|---|
JMXInvocationHandler(MBeanServer server,
ObjectName name)
Constructs a new JMX MBean Proxy invocation handler. |
|
Seam Core JSF2 2.3.1.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |