university
Class PersonListClient

java.lang.Object
  extended by university.PersonListClient

public class PersonListClient
extends java.lang.Object

PersonListClient is the client application for the RMI program. The client program creates new people for the university and using the PersonAdapter stores the people that were created in the remote list PersonListImpl.


Constructor Summary
PersonListClient()
          Creates a new instance of RMIPersonClient
 
Method Summary
 void displayMenu()
          Menu display valid selections for user input
static void main(java.lang.String[] args)
          The main entry point to the client application of the remote list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonListClient

public PersonListClient()
Creates a new instance of RMIPersonClient

Method Detail

main

public static void main(java.lang.String[] args)
The main entry point to the client application of the remote list.

Parameters:
args - The command line arguments.

displayMenu

public void displayMenu()
Menu display valid selections for user input