org.jboss.jmx.adaptor.rmi
Interface RMIAdaptor

All Superinterfaces:
MBeanServerConnection (src) , java.rmi.Remote

public interface RMIAdaptor
extends java.rmi.Remote, MBeanServerConnection (src)

RMI Interface for the server side Connector which is nearly the same as the MBeanServer Interface but has an additional RemoteException.


Method Summary
 void addNotificationListener(ObjectName (src)  name, RMINotificationListener (src)  listener, NotificationFilter (src)  filter, java.lang.Object handback)
           
 void removeNotificationListener(ObjectName (src)  name, RMINotificationListener (src)  listener)
           
 
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
 

Method Detail

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