Uses of Interface
rmiClient.ChatObjectInterface

Packages that use ChatObjectInterface
rmiClient   
rmiServer   
 

Uses of ChatObjectInterface in rmiClient
 

Classes in rmiClient that implement ChatObjectInterface
 class ChatObject
           
 

Uses of ChatObjectInterface in rmiServer
 

Methods in rmiServer with parameters of type ChatObjectInterface
 void Server.connect(java.lang.String name, ChatObjectInterface c)
          Implements the remote server method connect() that clients can use to connect to the server.It passes to the server the clients own remoter interface so that server can send messeges to this client.on successful registrations sends a welcome message to the user.
 void ServerInterface.connect(java.lang.String name, ChatObjectInterface chat)
           
 void Server.disconnect(ChatObjectInterface c)
          a remote method that a client can use to tell the server that it is quiting the chat service.
 void ServerInterface.disconnect(ChatObjectInterface chat)