org.jboss.remoting.samples.chat.client
Interface ChatReceiver
- public interface ChatReceiver
setKey
public void setKey(java.lang.Integer key)
throws RemoteConnectionException
- Throws:
RemoteConnectionException
send
public void send(ChatMessage mesg)
throws RemoteConnectionException
- Throws:
RemoteConnectionException
sendMultiple
public void sendMultiple(java.util.ArrayList messages)
throws RemoteConnectionException
- Throws:
RemoteConnectionException
shuttingDown
public void shuttingDown()
throws RemoteConnectionException
- Throws:
RemoteConnectionException
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.