net.jini.core.lease.Lease
671672673674675676677
return constructLease(uuid, expiration); } /** Create a new lease with the specified id and initial expiration */ protected Lease constructLease(Uuid uuid, long expiration) { return new LandlordLease(uuid, space, spaceUuid, expiration); }