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

RemoteMBeanServer (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档


org.jboss.jmx.connector
Interface RemoteMBeanServer

All Superinterfaces:
javax.management.MBeanServer, javax.management.MBeanServerConnection
All Known Subinterfaces:
EJBConnectorMBean, RMIConnectorImplMBean
All Known Implementing Classes:
EJBConnector, RMIConnectorImpl

public interface RemoteMBeanServer
extends javax.management.MBeanServer

Client-Side JMX Connector Interface.

Version:
$Revision: 1.2 $
Author:
Andreas "Mad" Schaefer, Jason Dillon

Field Summary
static int NOTIFICATION_TYPE_JMS
          If this type is used and you specify a valid QueueConnectorFactory then this connector will use JMS to transfer the events asynchronous back from the server to the client.
static int NOTIFICATION_TYPE_POLLING
          If this type is used the Connector will use Notification Polling to transfer the events back from the server synchronously.
static int NOTIFICATION_TYPE_RMI
          If this type is used the Connector will use RMI Callback Objects to transfer the events back from the server synchronously.
 
Methods inherited from interface javax.management.MBeanServer
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getClassLoaderRepository, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
 

Field Detail

NOTIFICATION_TYPE_JMS

public static final int NOTIFICATION_TYPE_JMS
If this type is used and you specify a valid QueueConnectorFactory then this connector will use JMS to transfer the events asynchronous back from the server to the client.

See Also:
Constant Field Values

NOTIFICATION_TYPE_RMI

public static final int NOTIFICATION_TYPE_RMI
If this type is used the Connector will use RMI Callback Objects to transfer the events back from the server synchronously.

See Also:
Constant Field Values

NOTIFICATION_TYPE_POLLING

public static final int NOTIFICATION_TYPE_POLLING
If this type is used the Connector will use Notification Polling to transfer the events back from the server synchronously.

See Also:
Constant Field Values


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