API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.rmi.dgc. DGC View Source
Author(s)
Ann Wollrath
Since
Version
Serial
Hierarchy
 Remote
      DGC
Subinterfaces
Description
public interface DGC
  The DGC abstraction is used for the server side of the distributed garbage collection algorithm.
See also:   
Methods
Hide/Show inherited methods
public void clean (ObjID ids, long sequenceNum, VMID vmid, boolean strong) throws RemoteException
  The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.
public Lease dirty (ObjID ids, long sequenceNum, Lease lease) throws RemoteException
  The dirty call requests leases for the remote object references associated with the object identifiers contained in the array 'ids'.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar