Uses of Package
net.jini.core.lease

Packages that use net.jini.core.lease
net.jini.core.event The RemoteEventListener interface and related standard classes. 
net.jini.core.lease These are distributed leasing interfaces and classes. 
net.jini.core.lookup These are the lookup service interfaces and classes. 
net.jini.core.transaction These are the transaction abstraction's interfaces and classes. 
net.jini.core.transaction.server These are the default transaction semantics for participant/manager interaction. 
net.jini.space JavaSpaces servers provide a place on the network, a space, for clients to store and exchange objects. 
 

Classes in net.jini.core.lease used by net.jini.core.event
Lease
          The Lease interface defines a type of object that is returned to the lease holder and issued by the lease grantor.
 

Classes in net.jini.core.lease used by net.jini.core.lease
Lease
          The Lease interface defines a type of object that is returned to the lease holder and issued by the lease grantor.
LeaseDeniedException
          An exception generated when a lease request or renewal is denied.
LeaseException
          Generic superclass for specific lease exceptions.
LeaseMap
          An unsynchronized Map from Lease to Long (the duration to use when renewing the lease).
LeaseMapException
          An exception generated when a LeaseMap renewAll or cancelAll call generates exceptions on one or more leases in the map.
UnknownLeaseException
          An exception used to indicate that a lease is not known to the grantor of the lease.
 

Classes in net.jini.core.lease used by net.jini.core.lookup
Lease
          The Lease interface defines a type of object that is returned to the lease holder and issued by the lease grantor.
UnknownLeaseException
          An exception used to indicate that a lease is not known to the grantor of the lease.
 

Classes in net.jini.core.lease used by net.jini.core.transaction
Lease
          The Lease interface defines a type of object that is returned to the lease holder and issued by the lease grantor.
LeaseDeniedException
          An exception generated when a lease request or renewal is denied.
 

Classes in net.jini.core.lease used by net.jini.core.transaction.server
Lease
          The Lease interface defines a type of object that is returned to the lease holder and issued by the lease grantor.
LeaseDeniedException
          An exception generated when a lease request or renewal is denied.
 

Classes in net.jini.core.lease used by net.jini.space
Lease
          The Lease interface defines a type of object that is returned to the lease holder and issued by the lease grantor.