jrun.jms.core.util
Interface QueueWorker

All Known Subinterfaces:
MessageManager
All Known Implementing Classes:
JmsSession, MessageManagerService

public interface QueueWorker

A QueueWorker attached to a BlockingWorkerQueue and is called back when there is work for it.

Version:
$Revision: 1.1 $ $Date: 2001/05/24 16:38:42 $
Author:
Jim Alateras

Method Summary
 void execute(java.lang.Object work)
          This method is called whenever there is work for the queue worker.
 

Method Detail

execute

public void execute(java.lang.Object work)
This method is called whenever there is work for the queue worker. The queue worker must not throw any exceptions
Parameters:
work - - the work to execute


Copyright � 2002 Macromedia Corporation. All Rights Reserved.