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() - Constructor for class university.Person
Creates a new instance of Person
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.
ProcessDOM - Class in university
ProcessDOM processes the nodes that are contained in the XML document.
ProcessDOM() - Constructor for class university.ProcessDOM
Creates a new instance of ProcessXML
processGraduate(Node) - Method in class university.ProcessDOM
processGraduate processes a graduate Node of the XML document reading all the information for the student and returning HashMap of the values read.
processPerson(Node) - Method in class university.ProcessDOM
processPerson processes a person Node of the xml document by reading in all the values of the person and inserting the values into a HashMap and then return the HashMp.
processSharedElements(Node) - Method in class university.ProcessDOM
processSharedElements process the personNode by processing all the elemements that are shared by all objects
processUndergraduate(Node) - Method in class university.ProcessDOM
processUndergraduate process a undergraduate Node of the XML document by reading all the information for the student and the return a HashMap of all the values read.

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