Uses of Interface
org.jboss.messaging.core.management.NotificationListener

Packages that use NotificationListener
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.postoffice.impl   
 

Uses of NotificationListener in org.jboss.messaging.core.management
 

Methods in org.jboss.messaging.core.management with parameters of type NotificationListener
 void NotificationService.addNotificationListener(NotificationListener listener)
           
 void NotificationService.removeNotificationListener(NotificationListener listener)
           
 

Uses of NotificationListener in org.jboss.messaging.core.management.impl
 

Methods in org.jboss.messaging.core.management.impl with parameters of type NotificationListener
 void ManagementServiceImpl.addNotificationListener(NotificationListener listener)
           
 void ManagementServiceImpl.removeNotificationListener(NotificationListener listener)
           
 

Uses of NotificationListener in org.jboss.messaging.core.postoffice.impl
 

Classes in org.jboss.messaging.core.postoffice.impl that implement NotificationListener
 class PostOfficeImpl
          A PostOfficeImpl
 



Copyright © 2006 JBoss Inc. All Rights Reserved.