Uses of Interface
org.jboss.jmx.adaptor.rmi.RMINotificationListener

Packages that use RMINotificationListener
org.jboss.jmx.adaptor.rmi   
org.jboss.jmx.connector.invoker   
 

Uses of RMINotificationListener in org.jboss.jmx.adaptor.rmi
 

Methods in org.jboss.jmx.adaptor.rmi with parameters of type RMINotificationListener
 void RMIAdaptor.addNotificationListener(ObjectName name, RMINotificationListener listener, NotificationFilter filter, Object handback)
           
 void RMIAdaptorExt.addNotificationListener(ObjectName name, RMINotificationListener listener, NotificationFilter filter, Object handback)
           
 void RMIAdaptor.removeNotificationListener(ObjectName name, RMINotificationListener listener)
           
 void RMIAdaptorExt.removeNotificationListener(ObjectName name, RMINotificationListener listener)
           
 

Constructors in org.jboss.jmx.adaptor.rmi with parameters of type RMINotificationListener
NotificationListenerDelegate(RMINotificationListener client)
           
 

Uses of RMINotificationListener in org.jboss.jmx.connector.invoker
 

Methods in org.jboss.jmx.connector.invoker with parameters of type RMINotificationListener
 void InvokerAdaptorService.addNotificationListener(ObjectName name, RMINotificationListener listener, NotificationFilter filter, Object handback)
           
 void InvokerAdaptorService.removeNotificationListener(ObjectName name, RMINotificationListener listener)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.