jrun.jms.core.messagemgr
Interface QueueListener

All Known Implementing Classes:
QueueBrowserEndpoint

public interface QueueListener

QueueListeners are attached to QeueuDestinationCaches and are informed when new messages arrive.

Version:
$Revision: 1.1 $ $Date: 2001/05/24 16:09:25 $
Author:
Jim Alateras

Method Summary
 void onMessage(MessageImpl message)
          This method is called when a new message is added to a queue cache
 

Method Detail

onMessage

public void onMessage(MessageImpl message)
This method is called when a new message is added to a queue cache
Parameters:
message - - message added to cache


Copyright � 2002 Macromedia Corporation. All Rights Reserved.