The class ObjID is used to identify remote objects uniquely in a VM
over time. Each identifier contains an object number and an address
space identifier that is unique with respect to a specific host. An
object identifier is assigned to a remote object when it is
exported.
well-known id for the distributed garbage collector
ObjID
public ObjID()
Generate unique object identifier.
ObjID
public ObjID(int num)
Generate a "well-known" object ID. An object ID generated via
this constructor will not clash with any object IDs generated
via the default constructor.
Returns a string containing the object id representation. The
address space identifier is included in the string
representation only if the object id is from a non-local
address space.