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

Packages that use LeaseDeniedException
net.jini.core.lease These are distributed leasing 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. 
 

Uses of LeaseDeniedException in net.jini.core.lease
 

Methods in net.jini.core.lease that throw LeaseDeniedException
 void Lease.renew(long duration)
          Used to renew a lease for an additional period of time, specified in milliseconds.
 

Uses of LeaseDeniedException in net.jini.core.transaction
 

Methods in net.jini.core.transaction that throw LeaseDeniedException
 NestableTransaction.Created NestableTransaction.create(long leaseTime)
          Create a new nested transaction, with the current transaction as parent, managed by the same transaction manager as the current transaction.
 NestableTransaction.Created NestableTransaction.create(NestableTransactionManager mgr, long leaseTime)
          Create a new nested transaction, with the current transaction as parent, managed by the given transaction manager.
static NestableTransaction.Created TransactionFactory.create(NestableTransactionManager mgr, long leaseTime)
          Create a new top-level transaction, under which nested transactions can be created.
static Transaction.Created TransactionFactory.create(TransactionManager mgr, long leaseTime)
          Create a new top-level transaction.
 

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

Methods in net.jini.core.transaction.server that throw LeaseDeniedException
 TransactionManager.Created TransactionManager.create(long lease)
          Begin a new top-level transaction.
 NestableTransaction.Created NestableServerTransaction.create(long leaseTime)
           
 NestableTransaction.Created NestableServerTransaction.create(NestableTransactionManager mgr, long leaseTime)
           
 TransactionManager.Created NestableTransactionManager.create(NestableTransactionManager parentMgr, long parentID, long lease)
          Begin a nested transaction, with the specified transaction as parent.