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

Packages that use LeaseDeniedException
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.mahalo Provides implementations of the TransactionManager service. 
com.sun.jini.mercury Provides implementations of the EventMailbox service. 
com.sun.jini.norm Provides implementations of LeaseRenewalService
com.sun.jini.outrigger This is an implementation of a JavaSpaces technology-enabled service. 
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. 
net.jini.event   
 

Uses of LeaseDeniedException in com.sun.jini.landlord
 

Methods in com.sun.jini.landlord that throw LeaseDeniedException
protected  long LandlordLease.doRenew(long renewDuration)
           
 LeasePeriodPolicy.Result LeasePeriodPolicy.grant(LeasedResource resource, long requestedDuration)
          Calculate the initial expiration and duration for a new lease.
 LeasePeriodPolicy.Result FixedLeasePeriodPolicy.grant(LeasedResource resource, long requestedDuration)
           
 LeasePeriodPolicy.Result LeasePeriodPolicy.renew(LeasedResource resource, long requestedDuration)
          Calculate the expiration and duration for an existing lease that is being renewed.
 LeasePeriodPolicy.Result FixedLeasePeriodPolicy.renew(LeasedResource resource, long requestedDuration)
           
 long LocalLandlord.renew(Uuid cookie, long duration)
          Renew the lease that is associated with the given cookie.
 long Landlord.renew(Uuid cookie, long duration)
          Called by the lease when its renew method is called.
 

Uses of LeaseDeniedException in com.sun.jini.lease
 

Methods in com.sun.jini.lease that throw LeaseDeniedException
protected abstract  long AbstractLease.doRenew(long duration)
          Renew the lease for a duration relative to now, and return the duration actually granted.
 void AbstractLease.renew(long duration)
          Renew the lease for a duration relative to now.
 

Uses of LeaseDeniedException in com.sun.jini.mahalo
 

Methods in com.sun.jini.mahalo that throw LeaseDeniedException
 TransactionManager.Created TxnManagerImpl.create(long lease)
           
 TransactionManager.Created TxnMgrProxy.create(long lease)
           
 long TxnManagerImpl.renew(Uuid uuid, long extension)
          Requests the renewal of a lease on a Transaction.
 

Uses of LeaseDeniedException in com.sun.jini.mercury
 

Methods in com.sun.jini.mercury that throw LeaseDeniedException
 MailboxPullRegistration MailboxProxy.pullRegister(long duration)
           
 MailboxPullRegistration MailboxImpl.pullRegister(long leaseDuration)
           
 MailboxRegistration MailboxProxy.register(long duration)
           
 MailboxRegistration MailboxImpl.register(long leaseDuration)
           
 long MailboxImpl.renew(Uuid cookie, long extension)
           
 long MailboxImpl.LocalLandlordAdaptor.renew(Uuid cookie, long extension)
           
private  long MailboxImpl.renewDo(Uuid cookie, long extension)
          Performs the actual registration renewal logic
 

Uses of LeaseDeniedException in com.sun.jini.norm
 

Fields in com.sun.jini.norm declared as LeaseDeniedException
(package private) static LeaseDeniedException LRMEventListener.EXPIRED_SET_EXCEPTION
          Any events that hold this object are ignored
 

Methods in com.sun.jini.norm that throw LeaseDeniedException
 void ClientLeaseWrapper.renew(long duration)
           
 long NormServerBaseImpl.renew(Uuid cookie, long extension)
           
 

Uses of LeaseDeniedException in com.sun.jini.outrigger
 

Methods in com.sun.jini.outrigger that throw LeaseDeniedException
 long OutriggerServerWrapper.renew(Uuid cookie, long extension)
           
 long OutriggerServerImpl.renew(Uuid cookie, long extension)
           
 

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.
 

Uses of LeaseDeniedException in net.jini.event
 

Methods in net.jini.event that throw LeaseDeniedException
 MailboxPullRegistration PullEventMailbox.pullRegister(long leaseDuration)
          Defines the interface to the event mailbox service.
 MailboxRegistration EventMailbox.register(long leaseDuration)
          Defines the interface to the event mailbox service.
 



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