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