gov.nih.nci.caarray.domain.project
Interface JobMessageSender

All Known Implementing Classes:
DefaultJobMessageSenderImpl

public interface JobMessageSender

Sends messages to subscribers interested in events on the job queue.

Author:
jscott

Method Summary
 void sendEnqueueMessage()
          Send a message to all subscribers that a new job has been placed in the queue.
 

Method Detail

sendEnqueueMessage

void sendEnqueueMessage()
Send a message to all subscribers that a new job has been placed in the queue.