org.opennms.protocols.jmx
Class MBeanServerProxy

java.lang.Object
  extended by org.opennms.protocols.jmx.MBeanServerProxy
All Implemented Interfaces:
InvocationHandler

public class MBeanServerProxy
extends Object
implements InvocationHandler


Constructor Summary
MBeanServerProxy(Object remoteServer)
          Creates a new instance of Proxy
 
Method Summary
static MBeanServer buildServerProxy(Object server)
           
 Object invoke(Object proxy, Method m, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerProxy

public MBeanServerProxy(Object remoteServer)
Creates a new instance of Proxy

Method Detail

invoke

public Object invoke(Object proxy,
                     Method m,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

buildServerProxy

public static MBeanServer buildServerProxy(Object server)


Copyright © 2009. All Rights Reserved.