当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
RMIAdaptorExt (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.jmx.adaptor.rmi
Interface RMIAdaptorExt
- All Superinterfaces:
- javax.management.MBeanServerConnection, Remote
- public interface RMIAdaptorExt
- extends Remote, javax.management.MBeanServerConnection
An RMI interface extension of the standard MBeanServerConnection
- Version:
- $Revision: 1.2 $
- Author:
- Scott.Stark@jboss.org
- See Also:
MBeanServerConnection
Methods inherited from interface javax.management.MBeanServerConnection |
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, getAttribute, getAttributes, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean |
addNotificationListener
public void addNotificationListener(javax.management.ObjectName name,
RMINotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
throws javax.management.InstanceNotFoundException,
RemoteException
- Parameters:
name
- listener
- filter
- handback
-
- Throws:
javax.management.InstanceNotFoundException
RemoteException
removeNotificationListener
public void removeNotificationListener(javax.management.ObjectName name,
RMINotificationListener listener)
throws javax.management.InstanceNotFoundException,
javax.management.ListenerNotFoundException,
RemoteException
- Parameters:
name
- listener
-
- Throws:
javax.management.InstanceNotFoundException
javax.management.ListenerNotFoundException
RemoteException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.