|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuniversity.PersonListClient
public class PersonListClient
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 |
---|
public PersonListClient()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- The command line arguments.public void displayMenu()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |