Uses of Interface
interfaces.WSIDOInterface

Packages that use WSIDOInterface
client includes the classes to start the client program and handle the functionality. 
server includes the classes to realize the server side functionality. 
 

Uses of WSIDOInterface in client
 

Methods in client that return WSIDOInterface
 WSIDOInterface WSIDOClientStart.getServerObject()
          returns the RMI server interface
 WSIDOInterface WSIDOClientMain.getServerObject()
          returns the RMI server interface
 

Constructors in client with parameters of type WSIDOInterface
WSIDOClientMain(WSIDOClientImpl chatObject, WSIDOInterface serverObject, StandardUser curUser, UserVerification userver, java.util.ResourceBundle messages, org.w3c.dom.Document doc)
          constructor to start main program. gets all the needed objects from the login screen.
 

Uses of WSIDOInterface in server
 

Classes in server that implement WSIDOInterface
 class WSIDOServer
          this class is the main class for the WhatShallIDo server to start the server use the following command: 1: start the rmiregistry in a command shell rmiregistry example: rmiregistry 33000 2. start the server with the following command from a command shell java -classpath .