com.localmatters.collector.queue.producer
Interface ProducerService

All Known Subinterfaces:
ProducerLocal, ProducerRemote
All Known Implementing Classes:
ProducerBean

public interface ProducerService

The collector producer service interface.

Author:
Daniel Cavalcanti

Method Summary
 void send(java.lang.String message)
          Sends a message to the queue.
 

Method Detail

send

void send(java.lang.String message)
          throws CollectorQueueException
Sends a message to the queue.

Parameters:
message - The message.
Throws:
com.localmatters.collector.queue.consumer.CollectorQueueException - If there is an error in the collector queue.
CollectorQueueException