|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.jmx.MBeanProxy
public class MBeanProxy
| Constructor Summary | |
|---|---|
MBeanProxy()
|
|
| Method Summary | |
|---|---|
static java.lang.Object |
create(java.lang.Class instance,
java.lang.Class intrface,
javax.management.ObjectName name,
javax.management.MBeanServer server)
Convenience method for registering an MBean and retrieving a proxy for it. |
static java.lang.Object |
create(java.lang.Class instance,
java.lang.Class intrface,
javax.management.ObjectName name,
java.lang.String agentID)
Convenience method for registering an MBean and retrieving a proxy for it. |
static java.lang.Object |
get(java.lang.Class intrface,
javax.management.ObjectName name,
javax.management.MBeanServer server)
Creates a proxy to an MBean in the given MBean server. |
static java.lang.Object |
get(java.lang.Class intrface,
javax.management.ObjectName name,
java.lang.String agentID)
Creates a proxy to an MBean in the given MBean server. |
static java.lang.Object |
get(javax.management.ObjectName name,
javax.management.MBeanServer server)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MBeanProxy()
| Method Detail |
|---|
public static java.lang.Object get(java.lang.Class intrface,
javax.management.ObjectName name,
java.lang.String agentID)
throws MBeanProxyCreationException
intrface - the interface this proxy implementsname - object name of the MBean this proxy connects toagentID - agent ID of the MBean server this proxy connects to
MBeanProxyCreationException - if the proxy could not be created
public static java.lang.Object get(java.lang.Class intrface,
javax.management.ObjectName name,
javax.management.MBeanServer server)
throws MBeanProxyCreationException
intrface - the interface this proxy implementsname - object name of the MBean this proxy connects toserver - MBean server this proxy connects to
MBeanProxyCreationException - if the proxy could not be created
public static java.lang.Object get(javax.management.ObjectName name,
javax.management.MBeanServer server)
throws MBeanProxyCreationException
MBeanProxyCreationException
public static java.lang.Object create(java.lang.Class instance,
java.lang.Class intrface,
javax.management.ObjectName name,
java.lang.String agentID)
throws MBeanProxyCreationException
instance - MBean instance to be registeredintrface - the interface this proxy implementsname - object name of the MBeanagentID - agent ID of the MBean server this proxy connects to
MBeanProxyCreationException - if the proxy could not be created
public static java.lang.Object create(java.lang.Class instance,
java.lang.Class intrface,
javax.management.ObjectName name,
javax.management.MBeanServer server)
throws MBeanProxyCreationException
instance - MBean instance to be registeredintrface - the interface this proxy implementsname - object name of the MBeanserver - MBean server this proxy connects to
MBeanProxyCreationException - if the proxy could not be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||