Uses of Interface
edu.pdx.cs410J.family.RemoteMarriage
Package
Description
The package contains a family tree application that uses many of
the classes that we discuss in CS410J.
-
Uses of RemoteMarriage in edu.pdx.cs410J.family
Modifier and TypeClassDescription(package private) class
This is class implements theRemoteMarriage
interface.Modifier and TypeMethodDescriptionRemoteFamilyTree.createMarriage
(int husbandId, int wifeId) Creates a new marriage between two peopleXmlRemoteFamilyTree.createMarriage
(int husbandId, int wifeId) RemoteFamilyTree.getMarriage
(int husbandId, int wifeId) Returns the marriage between two people.XmlRemoteFamilyTree.getMarriage
(int husbandId, int wifeId)