Uses of Class
com.sun.jini.landlord.Landlord.RenewResults

Packages that use Landlord.RenewResults
com.sun.jini.landlord This is a utility for services implementing leases. 
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
 

Uses of Landlord.RenewResults in com.sun.jini.landlord
 

Methods in com.sun.jini.landlord that return Landlord.RenewResults
static Landlord.RenewResults LandlordUtil.renewAll(LocalLandlord landlord, Uuid[] cookies, long[] durations)
          Call landlord.renew() for each object in cookie[], passing cookie[i] and durations[i].
 Landlord.RenewResults Landlord.renewAll(Uuid[] cookies, long[] durations)
          Called by the lease map when its renewAll method is called.
 

Uses of Landlord.RenewResults in com.sun.jini.outrigger
 

Methods in com.sun.jini.outrigger that return Landlord.RenewResults
 Landlord.RenewResults OutriggerServerImpl.renewAll(Uuid[] cookies, long[] extensions)
           
 



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