Uses of Class
org.apache.qpid.server.queue.NotificationCheck

Packages that use NotificationCheck
org.apache.qpid.server.queue   
 

Uses of NotificationCheck in org.apache.qpid.server.queue
 

Methods in org.apache.qpid.server.queue that return NotificationCheck
static NotificationCheck NotificationCheck.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NotificationCheck[] NotificationCheck.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.qpid.server.queue that return types with arguments of type NotificationCheck
 Set<NotificationCheck> AMQQueue.getNotificationChecks()
           
 Set<NotificationCheck> SimpleAMQQueue.getNotificationChecks()
           
 

Methods in org.apache.qpid.server.queue with parameters of type NotificationCheck
 void QueueNotificationListener.notifyClients(NotificationCheck notification, AMQQueue queue, String notificationMsg)
           
 void AMQQueueMBean.notifyClients(NotificationCheck notification, AMQQueue queue, String notificationMsg)
          Sends the notification to the listeners
 



Licensed to the Apache Software Foundation