Uses of Class java.rmi.server.ObjID

Uses in package java.rmi.activation

Methods with return type java.rmi.server.ObjID

ObjID
Make the object ID from the activation ID.

Uses in package java.rmi.server

Methods with return type java.rmi.server.ObjID

ObjID
Read object id (as long), then the object UID.

Uses in package java.rmi.dgc

Methods with parameter type java.rmi.server.ObjID

void
DGC.clean(ObjID[] ids, long sequenceNum, VMID vmid, boolean strong)
Mark the given objects as no longer used on the client side.
Lease
DGC.dirty(ObjID[] ids, long sequenceNum, Lease lease)
Mark the given objects referecnes as used on the client side.