Uses of Interface
org.codehaus.wadi.core.util.Lease.Handle

Packages that use Lease.Handle
org.codehaus.wadi.core.util   
org.codehaus.wadi.location.session   
 

Uses of Lease.Handle in org.codehaus.wadi.core.util
 

Classes in org.codehaus.wadi.core.util that implement Lease.Handle
static class SimpleLease.SimpleHandle
           
 

Fields in org.codehaus.wadi.core.util declared as Lease.Handle
protected  Lease.Handle SimpleLease.Releaser._handle
           
 

Fields in org.codehaus.wadi.core.util with type parameters of type Lease.Handle
protected  java.util.Set<Lease.Handle> SimpleLease._handles
           
 

Methods in org.codehaus.wadi.core.util that return Lease.Handle
 Lease.Handle Lease.acquire(long leasePeriod)
          acquire a lease for a given period
 Lease.Handle SimpleLease.acquire(long leasePeriod)
           
 Lease.Handle ExtendableLease.acquire(long leasePeriod, ExtendableLease.Extender extender)
           
 Lease.Handle Lease.attempt(long timeframe, long leasePeriod)
          attempt the acquisition of a lease for a given period within a given timeframe
 Lease.Handle SimpleLease.attempt(long timeframe, long leasePeriod)
           
 Lease.Handle ExtendableLease.attempt(long timeframe, long leasePeriod, ExtendableLease.Extender extender)
           
protected  Lease.Handle SimpleLease.setAlarm(long leasePeriod)
           
protected  Lease.Handle ExtendableLease.setAlarm(long leasePeriod)
           
 

Methods in org.codehaus.wadi.core.util with parameters of type Lease.Handle
 boolean Lease.release(Lease.Handle handle)
          A misleading name - 'release' as in 'unlock' the lease corresponding to the given handle
 boolean SimpleLease.release(Lease.Handle handle)
           
 

Uses of Lease.Handle in org.codehaus.wadi.location.session
 

Fields in org.codehaus.wadi.location.session declared as Lease.Handle
protected  Lease.Handle MovePMToIMInvocation._leaseHandle
           
 

Methods in org.codehaus.wadi.location.session that return Lease.Handle
 Lease.Handle MovePMToIMInvocation.getLeaseHandle()
           
 

Constructors in org.codehaus.wadi.location.session with parameters of type Lease.Handle
MovePMToIMInvocation(Lease.Handle leaseHandle, long leasePeriod, Peer stateMaster)
           
 



Copyright © 2011. All Rights Reserved.