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

java.lang.Object
  extended by org.jboss.portal.test.framework.impl.jboss.jmx.RemoteMBeanProxy

public class RemoteMBeanProxy
extends java.lang.Object

Version:
$Revision: 5498 $
Author:
Julien Viet

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