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.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
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.mahalo
 

Methods in com.sun.jini.mahalo that return Landlord.RenewResults
 Landlord.RenewResults TxnManagerImpl.renewAll(Uuid[] cookies, long[] extensions)
          Bulk renewal request of leases on Transactions.
 

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

Methods in com.sun.jini.mercury that return Landlord.RenewResults
 Landlord.RenewResults MailboxImpl.renewAll(Uuid[] cookies, long[] extension)
           
private  Landlord.RenewResults MailboxImpl.renewAllDo(Uuid[] cookie, long[] extension)
          Performs the actual renewAll logic
 

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

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

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

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



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