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(javax.management.ObjectName name, RMINotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void RMIAdaptorExt.addNotificationListener(javax.management.ObjectName name, RMINotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void RMIAdaptor.removeNotificationListener(javax.management.ObjectName name, RMINotificationListener listener)
           
 void RMIAdaptorExt.removeNotificationListener(javax.management.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(javax.management.ObjectName name, RMINotificationListener listener, javax.management.NotificationFilter filter, Object handback)
           
 void InvokerAdaptorService.removeNotificationListener(javax.management.ObjectName name, RMINotificationListener listener)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.