Methods in com.sun.jini.fiddler that return FiddlerRenewResults |
FiddlerRenewResults |
Fiddler.renewLeases(Uuid[] registrationIDs,
Uuid[] leaseIDs,
long[] durations)
Renews all leases from a LeaseMap . |
FiddlerRenewResults |
FiddlerImpl.renewLeases(Uuid[] registrationIDs,
Uuid[] leaseIDs,
long[] durations)
This methods renews all leases from a LeaseMap ,
where each element of the map is a lease on a registration with
ID corresponding to an element of the registrationIDs
parameter. |
private FiddlerRenewResults |
FiddlerImpl.renewLeasesDo(Uuid[] registrationIDs,
Uuid[] leaseIDs,
long[] durations)
Called by the public method renewLeases to renew all of
the leases from a LeaseMap that correspond to the
elements of the registrationIDs and leaseIDs
parameters, granting as new durations the corresponding elements
of the duration parameter. |