站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 server API Documentation 英文版文档

Uses of Interface org.jboss.jmx.adaptor.rmi.RMIAdaptor (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


Uses of Interface
org.jboss.jmx.adaptor.rmi.RMIAdaptor

Packages that use RMIAdaptor
org.jboss.jmx.adaptor.rmi   
org.jboss.jmx.connector.rmi   
 

Uses of RMIAdaptor in org.jboss.jmx.adaptor.rmi
 

Classes in org.jboss.jmx.adaptor.rmi that implement RMIAdaptor
 class RMIAdaptorImpl
          RMI Interface for the server side Connector which is nearly the same as the MBeanServer Interface but has an additional RemoteException.
 

Methods in org.jboss.jmx.adaptor.rmi that return RMIAdaptor
protected  RMIAdaptor RMIRemoteMBeanProxy.getRmiAdaptor()
           
 RMIAdaptor RMIRemoteMBeanProxy.getMBeanProxyRMIAdaptor()
           
 

Constructors in org.jboss.jmx.adaptor.rmi with parameters of type RMIAdaptor
NotificationListenerDelegate(RMINotificationListener client, javax.management.ObjectName targetName, RMIAdaptor server)
           
 

Uses of RMIAdaptor in org.jboss.jmx.connector.rmi
 

Fields in org.jboss.jmx.connector.rmi declared as RMIAdaptor
protected  RMIAdaptor RMIConnectorImpl.mRemoteAdaptor
           
 

Constructors in org.jboss.jmx.connector.rmi with parameters of type RMIAdaptor
RMIConnectorImpl(RMIAdaptor pAdaptor)
          AS For evaluation purposes Creates a Connector based on an already found Adaptor
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.