org.jboss.remoting.samples.chat.server
Interface ChatServer
- public interface ChatServer
send
public void send(ChatMessage mesg)
throws RemoteConnectionException,
ShuttingDownException
- Throws:
RemoteConnectionException
ShuttingDownException
getChatInfo
public ChatInfo getChatInfo()
throws RemoteConnectionException,
ShuttingDownException
- Throws:
RemoteConnectionException
ShuttingDownException
getBackChat
public java.util.ArrayList getBackChat()
throws RemoteConnectionException,
ShuttingDownException
- Throws:
RemoteConnectionException
ShuttingDownException
leave
public void leave(ChatMember member)
throws RemoteConnectionException,
ShuttingDownException
- Throws:
RemoteConnectionException
ShuttingDownException
Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.