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

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


Uses of Interface
org.jboss.jmx.connector.RemoteMBeanServer

Packages that use RemoteMBeanServer
org.jboss.jmx.connector   
org.jboss.jmx.connector.ejb   
org.jboss.jmx.connector.notification   
org.jboss.jmx.connector.rmi   
org.jboss.jmx.service   
 

Uses of RemoteMBeanServer in org.jboss.jmx.connector
 

Methods in org.jboss.jmx.connector that return RemoteMBeanServer
 RemoteMBeanServer ConnectorFactoryServiceMBean.createConnection(ConnectorFactoryImpl.ConnectorName pConnector)
          Initiate a connection to the given server with the given protocol
 RemoteMBeanServer ConnectorFactoryService.createConnection(ConnectorFactoryImpl.ConnectorName pConnector)
          Initiate a connection to the given server with the given protocol
 RemoteMBeanServer ConnectorFactoryImpl.createConnection(ConnectorFactoryImpl.ConnectorName pConnector)
          Initiate a connection to the given server with the given protocol
 

Methods in org.jboss.jmx.connector with parameters of type RemoteMBeanServer
static void TestClient.listServices(RemoteMBeanServer pConnector)
           
static void TestClient.registerListeners(RemoteMBeanServer pConnector)
           
 

Uses of RemoteMBeanServer in org.jboss.jmx.connector.ejb
 

Subinterfaces of RemoteMBeanServer in org.jboss.jmx.connector.ejb
 interface EJBConnectorMBean
          MBean interface.
 

Classes in org.jboss.jmx.connector.ejb that implement RemoteMBeanServer
 class EJBConnector
          This is the equivalent to the RMI Connector but uses the EJB Adaptor.
 

Uses of RemoteMBeanServer in org.jboss.jmx.connector.notification
 

Methods in org.jboss.jmx.connector.notification with parameters of type RemoteMBeanServer
 javax.management.ObjectName ClientNotificationListener.createListener(RemoteMBeanServer pConnector, String mClass, Object[] pParameters, String[] pSignatures)
           
 void ClientNotificationListener.addNotificationListener(RemoteMBeanServer pConnector, javax.management.NotificationFilter pFilter)
           
 void ClientNotificationListener.removeNotificationListener(RemoteMBeanServer pConnector)
           
 

Constructors in org.jboss.jmx.connector.notification with parameters of type RemoteMBeanServer
RMIClientNotificationListener(javax.management.ObjectName pSender, javax.management.NotificationListener pClientListener, Object pHandback, javax.management.NotificationFilter pFilter, RemoteMBeanServer pConnector)
           
PollingClientNotificationListener(javax.management.ObjectName pSender, javax.management.NotificationListener pClientListener, Object pHandback, javax.management.NotificationFilter pFilter, int pSleepingPeriod, int pMaximumListSize, RemoteMBeanServer pConnector)
           
JMSClientNotificationListener(javax.management.ObjectName pSender, javax.management.NotificationListener pClientListener, Object pHandback, javax.management.NotificationFilter pFilter, String pQueueJNDIName, String pServerName, RemoteMBeanServer pConnector)
           
 

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

Subinterfaces of RemoteMBeanServer in org.jboss.jmx.connector.rmi
 interface RMIConnectorImplMBean
          MBean interface.
 

Classes in org.jboss.jmx.connector.rmi that implement RemoteMBeanServer
 class RMIConnectorImpl
          Implementation of the JMX Connector over the RMI protocol
 

Uses of RemoteMBeanServer in org.jboss.jmx.service
 

Methods in org.jboss.jmx.service that return RemoteMBeanServer
protected  RemoteMBeanServer RemoteDeployer.lookupRemoteMBeanServer(Hashtable env, String adapterName)
          Lookup the RemoteMBeanServer which will be used to invoke methods on.
 



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