Uses of Class
com.localmatters.collector.queue.CollectorQueueException

Packages that use CollectorQueueException
com.localmatters.collector.queue.consumer   
com.localmatters.collector.queue.producer   
 

Uses of CollectorQueueException in com.localmatters.collector.queue.consumer
 

Methods in com.localmatters.collector.queue.consumer that throw CollectorQueueException
 java.lang.String ConsumerService.retrieve()
          Retrieves a message from the queue.
 java.lang.String ConsumerBean.retrieve()
           
 java.lang.String ConsumerService.retrieveImmediate()
          Retrieves a message from the queue.
 java.lang.String ConsumerBean.retrieveImmediate()
           
 java.lang.String ConsumerService.retrieveTimed(long timeout)
          Retrieves a message from the queue.
 java.lang.String ConsumerBean.retrieveTimed(long timeout)
           
 

Uses of CollectorQueueException in com.localmatters.collector.queue.producer
 

Methods in com.localmatters.collector.queue.producer that throw CollectorQueueException
 void ProducerBean.send(java.lang.String message)
           
 void ProducerService.send(java.lang.String message)
          Sends a message to the queue.