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

Packages that use 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. 
 

Uses of Lease in net.jini.core.event
 

Fields in net.jini.core.event declared as Lease
protected  Lease EventRegistration.lease
          The registration lease.
 

Methods in net.jini.core.event that return Lease
 Lease EventRegistration.getLease()
          Returns the Lease object for this registration.
 

Constructors in net.jini.core.event with parameters of type Lease
EventRegistration(long eventID, Object source, Lease lease, long seqNum)
          Constructs an EventRegistration object.
 

Uses of Lease in net.jini.core.lease
 

Methods in net.jini.core.lease with parameters of type Lease
 boolean Lease.canBatch(Lease lease)
          Returns a boolean indicating whether or not the lease given as a parameter can be batched (placed in the same LeaseMap) with the current lease.
 

Uses of Lease in net.jini.core.lookup
 

Methods in net.jini.core.lookup that return Lease
 Lease ServiceRegistration.getLease()
          Returns the lease that controls the service registration, allowing the lease to be renewed or cancelled.
 

Uses of Lease in net.jini.core.transaction
 

Fields in net.jini.core.transaction declared as Lease
 Lease Transaction.Created.lease
          The lease.
 Lease NestableTransaction.Created.lease
          The lease.
 

Constructors in net.jini.core.transaction with parameters of type Lease
NestableTransaction.Created(NestableTransaction transaction, Lease lease)
          Simple constructor.
Transaction.Created(Transaction transaction, Lease lease)
          Simple constructor.
 

Uses of Lease in net.jini.core.transaction.server
 

Fields in net.jini.core.transaction.server declared as Lease
 Lease TransactionManager.Created.lease
          The lease.
 

Constructors in net.jini.core.transaction.server with parameters of type Lease
TransactionManager.Created(long id, Lease lease)
          Simple constructor.
 

Uses of Lease in net.jini.space
 

Methods in net.jini.space that return Lease
 Lease MatchSet.getLease()
          Returns a proxy to the Lease associated with this match set, or null if this match set is not leased.
 Lease JavaSpace.write(Entry entry, Transaction txn, long lease)
          Write a new entry into the space.