Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.rmi.dgc.Lease

Availability: JDK 1.1

public final class Lease extends Object implements Serializable {
   // Public Constructor
      public Lease(VMID id, long duration);
   // Public Instance Methods
      public VMID getVMID();
      public long getValue();
}
Passed To:
DGC.dirty().
Returned By:
DGC.dirty().

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.