org.jboss.portal.test.framework.jmx
Class RemoteMBeanProxy

java.lang.Object
  extended byorg.jboss.portal.test.framework.jmx.RemoteMBeanProxy

public class RemoteMBeanProxy
extends java.lang.Object


Constructor Summary
RemoteMBeanProxy()
           
 
Method Summary
static java.lang.Object get(java.lang.Class itf, javax.management.ObjectName name, javax.management.MBeanServerConnection remoteServer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMBeanProxy

public RemoteMBeanProxy()
Method Detail

get

public static java.lang.Object get(java.lang.Class itf,
                                   javax.management.ObjectName name,
                                   javax.management.MBeanServerConnection remoteServer)
                            throws java.lang.Exception
Throws:
java.lang.Exception