Uses of Interface
edu.pdx.cs410J.family.RemoteMarriage
Packages that use 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
Classes in edu.pdx.cs410J.family that implement RemoteMarriageModifier and TypeClassDescription(package private) class
This is class implements theRemoteMarriage
interface.Methods in edu.pdx.cs410J.family that return RemoteMarriageModifier 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)