org.jboss.remoting.samples.chat.client
Interface ChatReceiver
public interface ChatReceiver
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.