Uses of Interface
edu.pdx.cs410J.family.RemotePerson
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in CS410J.
-
Uses of RemotePerson in edu.pdx.cs410J.family
Modifier and TypeClassDescription(package private) class
This is a concrete class that implements theRemotePerson
interface.Modifier and TypeMethodDescriptionRemoteFamilyTree.createPerson
(Person.Gender gender) Creates a newPerson
of a given genderXmlRemoteFamilyTree.createPerson
(Person.Gender gender) RemoteFamilyTree.getPerson
(int id) Gets the person with the given id.Gets the person with the given first and last name.XmlRemoteFamilyTree.getPerson
(int id)