edu.trinity.cs.bmassing.rmi
Interface ChatServer

All Superinterfaces:
ChatParty, java.rmi.Remote
All Known Implementing Classes:
ChatServerImpl

public interface ChatServer
extends ChatParty

Interface for server in simple chat application.


Method Summary
 java.util.List<ChatClient> getClients()
          Gets a list of clients.
 
Methods inherited from interface edu.trinity.cs.bmassing.rmi.ChatParty
addClient, broadcast, display, removeClient
 

Method Detail

getClients

java.util.List<ChatClient> getClients()
                                      throws java.rmi.RemoteException
Gets a list of clients.

Returns:
list of clients currently participating
Throws:
java.rmi.RemoteException