org.jboss.remoting.samples.chat.client
Interface ChatReceiver


public interface ChatReceiver


Method Summary
 void send(ChatMessage mesg)
           
 void sendMultiple(java.util.ArrayList messages)
           
 void setKey(java.lang.Integer key)
           
 void shuttingDown()
           
 

Method Detail

setKey

void setKey(java.lang.Integer key)
            throws RemoteConnectionException
Throws:
RemoteConnectionException

send

void send(ChatMessage mesg)
          throws RemoteConnectionException
Throws:
RemoteConnectionException

sendMultiple

void sendMultiple(java.util.ArrayList messages)
                  throws RemoteConnectionException
Throws:
RemoteConnectionException

shuttingDown

void shuttingDown()
                  throws RemoteConnectionException
Throws:
RemoteConnectionException


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.