Uses of Class
java.rmi.server.ObjID
Package
Description
Provides classes and interface for RMI distributed
garbage-collection (DGC).
Provides classes and interfaces for supporting the server side of RMI.
-
Uses of ObjID in java.rmi.dgc
Modifier and TypeMethodDescriptionvoid
The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.The dirty call requests leases for the remote object references associated with the object identifiers contained in the array 'ids'. -
Uses of ObjID in java.rmi.server
Modifier and TypeMethodDescriptionstatic ObjID
ObjID.read
(ObjectInput in) Constructs and returns a newObjID
instance by unmarshalling a binary representation from anObjectInput
instance.