Uses of Class
com.sun.jini.lease.AbstractLease

Packages that use AbstractLease
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.reggie Provides implementations of ServiceRegistrar
 

Uses of AbstractLease in com.sun.jini.fiddler
 

Subclasses of AbstractLease in com.sun.jini.fiddler
(package private)  class FiddlerLease
          When the Fiddler implementation of the lookup discovery service grants a lease on a registration requested by a client, a proxy to that lease is provided to allow the client to interact with the granted lease.
(package private) static class FiddlerLease.ConstrainableFiddlerLease
          The constrainable version of the class FiddlerLease.
 

Uses of AbstractLease in com.sun.jini.landlord
 

Subclasses of AbstractLease in com.sun.jini.landlord
 class ConstrainableLandlordLease
          Constrainable sub-class of LandlordLease.
 class LandlordLease
          Basic implementation of net.jini.core.lease.Lease that works with the the Landlord protocol.
 

Uses of AbstractLease in com.sun.jini.reggie
 

Subclasses of AbstractLease in com.sun.jini.reggie
(package private)  class ConstrainableEventLease
          EventLease subclass that supports constraints.
(package private)  class ConstrainableServiceLease
          ServiceLease subclass that supports constraints.
(package private)  class EventLease
          When a registrar (lookup service) grants a lease on an event registration on behalf of some object (client), a proxy is employed to allow the client to interact with the lease; this class is the implementation of that proxy.
(package private)  class RegistrarLease
          The base class for lease proxies.
(package private)  class ServiceLease
          A ServiceLease is a proxy for a service registration lease at a registrar.
 



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