| Package | Description |
|---|---|
| org.jboss.seam.jmx |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
JMXInvocationHandler(MBeanServer server,
ObjectName name)
Constructs a new JMX MBean Proxy invocation handler.
|
Copyright © 2015 Seam Framework. All Rights Reserved.