|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.mxbean.MXBeanInvocationHandler
public class MXBeanInvocationHandler
MXBeanInvocationHandler.
Constructor Summary | |
---|---|
MXBeanInvocationHandler(MBeanServerConnection mbeanServerConnection,
Class<?> mxbeanInterface,
ObjectName objectName)
Create a new MXBeanInvocationHandler. |
Method Summary | |
---|---|
MBeanServerConnection |
getMBeanServerConnection()
Get the mbeanServerConnection. |
Class<?> |
getMXBeanInterface()
Get the mxbeanInterface. |
ObjectName |
getObjectName()
Get the objectName. |
Object |
invoke(Object proxy,
Method method,
Object[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MXBeanInvocationHandler(MBeanServerConnection mbeanServerConnection, Class<?> mxbeanInterface, ObjectName objectName)
mbeanServerConnection
- the connectionmxbeanInterface
- the interfaceobjectName
- the object nameMethod Detail |
---|
public MBeanServerConnection getMBeanServerConnection()
public Class<?> getMXBeanInterface()
public ObjectName getObjectName()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |