org.jboss.remoting.samples.chat.server
Interface ChatServer


public interface ChatServer


Method Summary
 java.util.ArrayList getBackChat()
           
 ChatInfo getChatInfo()
           
 void leave(ChatMember member)
           
 void send(ChatMessage mesg)
           
 

Method Detail

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.