LeaseRenewalSet that the client can populate with leases to be renewed. The initial duration of the lease granted on this set will be less than or equal to leaseDuration. Two calls to this method should never return objects that are equal.
@param leaseDuration requested lease duration in milliseconds
@return a new LeaseRenewalSet in the renewal service
@throws IllegalArgumentException if leaseDuration isnot positive, Lease.ANY, or Lease.FOREVER
@throws RemoteException if a communication-related exceptionoccurs
| |