站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

RemoteMBeanProxy - JBOSS Portal 2.6 API 英文版文档


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

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