org.jboss.jmx.adaptor.rmi
Interface RMIAdaptorExt
- All Superinterfaces:
- MBeanServerConnection (src) , java.rmi.Remote
- public interface RMIAdaptorExt
- extends java.rmi.Remote, MBeanServerConnection (src)
An RMI interface extension of the standard MBeanServerConnection
- See Also:
MBeanServerConnection
(src)
Methods inherited from interface javax.management.MBeanServerConnection (src) |
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(ObjectName (src) name,
RMINotificationListener (src) listener,
NotificationFilter (src) filter,
java.lang.Object handback)
throws InstanceNotFoundException (src) ,
java.rmi.RemoteException
- Parameters:
name
- listener
- filter
- handback
-
- Throws:
InstanceNotFoundException (src)
java.rmi.RemoteException
removeNotificationListener
public void removeNotificationListener(ObjectName (src) name,
RMINotificationListener (src) listener)
throws InstanceNotFoundException (src) ,
ListenerNotFoundException (src) ,
java.rmi.RemoteException
- Parameters:
name
- listener
-
- Throws:
InstanceNotFoundException (src)
ListenerNotFoundException (src)
java.rmi.RemoteException