|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.protocols.jmx.MBeanServerProxy
public class MBeanServerProxy
MBeanServerProxy class.
| Constructor Summary | |
|---|---|
MBeanServerProxy(Object remoteServer)
Creates a new instance of Proxy |
|
| Method Summary | |
|---|---|
static MBeanServer |
buildServerProxy(Object server)
buildServerProxy |
Object |
invoke(Object proxy,
Method m,
Object[] args)
invoke |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MBeanServerProxy(Object remoteServer)
remoteServer - a Object object.| Method Detail |
|---|
public Object invoke(Object proxy,
Method m,
Object[] args)
throws Throwable
invoke
invoke in interface InvocationHandlerproxy - a Object object.m - a Method object.args - an array of Object objects.
Object object.
Throwable - if any.public static MBeanServer buildServerProxy(Object server)
buildServerProxy
server - a Object object.
MBeanServer object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||