A C D G H I M P R S

S

send(String) - Method in class rmiServer.Server
This method is called by a remote client to send a string messege to all the other chat users.It specifically crawls through the servers client list and send the messege to all valid clients through the cleint remote interface
send(String) - Method in interface rmiServer.ServerInterface
 
Server - Class in rmiServer
This class will publish its service on the rmiregistery.
Server() - Constructor for class rmiServer.Server
constructor. creats a server for chat application
ServerInterface - Interface in rmiServer
The interface to use the server. it is used by the chat client to call remote methods on the server.
stopServer() - Method in class rmiServer.Server
Called by the server to tell all clients that it is shutting down the service.

A C D G H I M P R S