jrun.jms.core.client
Interface JmsMessageListener

All Known Implementing Classes:
JmsSession, IntravmJmsSessionStub, IpcJmsSessionSender, RmiJmsServerSession

public interface JmsMessageListener

This interface extends the MessageListener interface and provides a mechanism to send more than one message to the session

Version:
$Revision: 1.2 $ $Date: 2001/09/18 10:50:32 $
Author:
Jim Alateras

Method Summary
 void onMessages(java.util.Vector messages)
          Send the specified collection of messages to the client
 

Method Detail

onMessages

public void onMessages(java.util.Vector messages)
Send the specified collection of messages to the client
Parameters:
messages - - collection of MessageHandle objects


Copyright � 2002 Macromedia Corporation. All Rights Reserved.