public abstractclassRefAddr
implements
Serializable
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Not specified.
This is an abstract class describing the address of an object which is
outside of a naming system. It contains an address type and the address
itself is dealt with by its subclasses, for example,
BinaryRefAddr and StringRefAddr
.
BinaryRefAddrandStringRefAddr.