org.jboss.jmx.adaptor.rmi
Interface RMIAdaptorExt
- All Superinterfaces:
- MBeanServerConnection, Remote
public interface RMIAdaptorExt
- extends Remote, MBeanServerConnection
An RMI interface extension of the standard MBeanServerConnection
- Version:
- $Revision: 81030 $
- 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
void addNotificationListener(ObjectName name,
RMINotificationListener listener,
NotificationFilter filter,
Object handback)
throws InstanceNotFoundException,
RemoteException
- Parameters:
name
- listener
- filter
- handback
-
- Throws:
InstanceNotFoundException
RemoteException
removeNotificationListener
void removeNotificationListener(ObjectName name,
RMINotificationListener listener)
throws InstanceNotFoundException,
ListenerNotFoundException,
RemoteException
- Parameters:
name
- listener
-
- Throws:
InstanceNotFoundException
ListenerNotFoundException
RemoteException
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.