Uses of Interface
net.jini.core.lease.LeaseMap

Packages that use LeaseMap
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.lease Some basic utility classes for helping with client-side lease renewal operations. 
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. 
net.jini.lease Standard service and utility classes for managing leases. 
 

Uses of LeaseMap in com.sun.jini.fiddler
 

Classes in com.sun.jini.fiddler that implement LeaseMap
(package private)  class FiddlerLeaseMap
          When clients request a registration with the Fiddler implementation of the lookup discovery service, leases of type FiddlerLease are granted on those registrations.
(package private) static class FiddlerLeaseMap.ConstrainableFiddlerLeaseMap
          The constrainable version of the class FiddlerLeaseMap.
 

Methods in com.sun.jini.fiddler that return LeaseMap
 LeaseMap FiddlerLease.createLeaseMap(long duration)
          Creates a LeaseMap object that can contain leases whose renewal or cancellation can be batched.
 

Uses of LeaseMap in com.sun.jini.landlord
 

Classes in com.sun.jini.landlord that implement LeaseMap
 class ConstrainableLandlordLeaseMap
          Constrainable sub-class of LandlordLeaseMap.
 class LandlordLeaseMap
          Implementation of LeaseMap for LandlordLease.
 

Methods in com.sun.jini.landlord that return LeaseMap
 LeaseMap ConstrainableLandlordLease.createLeaseMap(long duration)
           
 LeaseMap LandlordLease.createLeaseMap(long duration)
           
 

Uses of LeaseMap in com.sun.jini.lease
 

Classes in com.sun.jini.lease that implement LeaseMap
 class AbstractLeaseMap
          A base class for implementing LeaseMaps.
 

Uses of LeaseMap in com.sun.jini.norm
 

Classes in com.sun.jini.norm that implement LeaseMap
(package private)  class ClientLeaseMapWrapper
          Class that wraps LeaseMap created by client Leases.
(package private)  class DeformedClientLeaseMapWrapper
          An implementation of LeaseMap that holds exactly one lease.
 

Fields in com.sun.jini.norm declared as LeaseMap
private  LeaseMap ClientLeaseMapWrapper.clientLeaseMap
          LeaseMap created by client lease, mapping client leases to Long expiration times.
 

Methods in com.sun.jini.norm that return LeaseMap
 LeaseMap ClientLeaseWrapper.createLeaseMap(long duration)
           
 

Uses of LeaseMap in com.sun.jini.reggie
 

Classes in com.sun.jini.reggie that implement LeaseMap
(package private)  class ConstrainableRegistrarLeaseMap
          RegistrarLeaseMap subclass that supports constraints.
(package private)  class RegistrarLeaseMap
          The LeaseMap implementation class for registrar leases.
 

Methods in com.sun.jini.reggie that return LeaseMap
 LeaseMap RegistrarLease.createLeaseMap(long duration)
          Creates a lease map.
 LeaseMap ConstrainableServiceLease.createLeaseMap(long duration)
          Creates a constraint-aware lease map.
 LeaseMap ConstrainableEventLease.createLeaseMap(long duration)
          Creates a constraint-aware lease map.
 

Uses of LeaseMap in net.jini.core.lease
 

Methods in net.jini.core.lease that return LeaseMap
 LeaseMap Lease.createLeaseMap(long duration)
          Creates a Map object that can contain leases whose renewal or cancellation can be batched, and adds the current lease to that map.
 

Uses of LeaseMap in net.jini.lease
 

Methods in net.jini.lease that return LeaseMap
private static LeaseMap LeaseRenewalManager.createBatchLeaseMap(List bList, long now)
          Create a LeaseMap for batch renewal
 



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