A B C D E F G H I L M N P R S T U V

P

Person - Class in university
Abstract class that represents people in the university.
Person(String, Sex, Address, Unit) - Constructor for class university.Person
Creates a new instance of Person
PersonAdapter - Interface in university
Interface for Person adpater so that the class already created in the the Person hierarchy can be used as remote objects.
PersonAdapterImpl - Class in university
Adapter Class for the purpose of using People from the university as remote objects
PersonAdapterImpl(Person) - Constructor for class university.PersonAdapterImpl
Creates a new instance of PersonAdapterImpl
PersonFactory - Class in university
Abstract Factory Class to build the person infromation from commands entered from the console.
PersonFactory() - Constructor for class university.PersonFactory
Creates a new instance of BuildPerson
PersonList - Interface in university
Interface for the PersonList.
PersonListClient - Class in university
PersonListClient is the client application for the RMI program.
PersonListClient() - Constructor for class university.PersonListClient
Creates a new instance of RMIPersonClient
PersonListImpl - Class in university
PersonListImpl is the server portion of the RMI program that adds a PersonAdapter to a list of people.
PersonListImpl() - Constructor for class university.PersonListImpl
Creates a new instance of PersonListImpl
printDescription() - Method in interface university.PersonAdapter
Get a description of the Person.
printDescription() - Method in class university.PersonAdapterImpl
Get a description of the Person.

A B C D E F G H I L M N P R S T U V