Uses of Class
net.jini.core.lease.LeaseMapException

Packages that use LeaseMapException
com.sun.jini.fiddler Provides the server side of an implementation of the lookup discovery service (see LookupDiscoveryService). 
com.sun.jini.landlord This is a utility for services implementing leases. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.reggie Provides implementations of ServiceRegistrar
net.jini.core.lease These are distributed leasing interfaces and classes. 
 

Uses of LeaseMapException in com.sun.jini.fiddler
 

Methods in com.sun.jini.fiddler that throw LeaseMapException
 void FiddlerLeaseMap.cancelAll()
          Cancels all leases in this map.
 void FiddlerLeaseMap.renewAll()
          Renews all leases in this map.
 

Uses of LeaseMapException in com.sun.jini.landlord
 

Methods in com.sun.jini.landlord that throw LeaseMapException
 void LandlordLeaseMap.cancelAll()
           
 void LandlordLeaseMap.renewAll()
           
 

Uses of LeaseMapException in com.sun.jini.norm
 

Methods in com.sun.jini.norm that throw LeaseMapException
 void DeformedClientLeaseMapWrapper.renewAll()
           
 void ClientLeaseMapWrapper.renewAll()
           
 

Uses of LeaseMapException in com.sun.jini.reggie
 

Methods in com.sun.jini.reggie that throw LeaseMapException
 void RegistrarLeaseMap.cancelAll()
           
 void RegistrarLeaseMap.renewAll()
           
 

Uses of LeaseMapException in net.jini.core.lease
 

Methods in net.jini.core.lease that throw LeaseMapException
 void LeaseMap.cancelAll()
          Cancels all leases in the LeaseMap.
 void LeaseMap.renewAll()
          Renews all leases in the LeaseMap, using their current values as the renewal durations.
 



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