Uses of Class
com.sun.jini.fiddler.FiddlerRenewResults

Packages that use FiddlerRenewResults
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
 

Uses of FiddlerRenewResults in com.sun.jini.fiddler
 

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.
 



Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.