Uses of Class
org.objectweb.perseus.concurrency.api.ConcurrencyException

Packages that use ConcurrencyException
org.objectweb.perseus.concurrency.api   
org.objectweb.perseus.concurrency.dbdelegate   
org.objectweb.perseus.concurrency.distributed   
org.objectweb.perseus.concurrency.optimistic   
org.objectweb.perseus.concurrency.pessimistic   
 

Uses of ConcurrencyException in org.objectweb.perseus.concurrency.api
 

Subclasses of ConcurrencyException in org.objectweb.perseus.concurrency.api
 class RolledBackConcurrencyException
          Signal that the concurrency manager asks the rolling back of the transaction
 

Methods in org.objectweb.perseus.concurrency.api that throw ConcurrencyException
 java.lang.Object ConcurrencyManager.readIntention(java.lang.Object ctx, java.lang.Object resource, java.lang.Object lockHints)
          This method records an access intention to a data object in read mode.
 java.lang.Object ConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resource, java.lang.Object lockHints)
          This method records an access intention to a data object in write mode.
 

Uses of ConcurrencyException in org.objectweb.perseus.concurrency.dbdelegate
 

Methods in org.objectweb.perseus.concurrency.dbdelegate that throw ConcurrencyException
protected abstract  java.lang.Object DbDelegateConcurrencyManager.getState(java.lang.Object ctx, java.lang.Object resource, java.lang.Object thinLock)
           
 java.lang.Object DbDelegateConcurrencyManager.readIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object hints)
           
 java.lang.Object DbDelegateConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object hints)
           
 

Constructors in org.objectweb.perseus.concurrency.dbdelegate that throw ConcurrencyException
DbDelegateConcurrencyManager()
           
 

Uses of ConcurrencyException in org.objectweb.perseus.concurrency.distributed
 

Methods in org.objectweb.perseus.concurrency.distributed that throw ConcurrencyException
 java.lang.Object DistributedConcurrencyManager.readIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object hints)
           
 java.lang.Object DistributedConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object hints)
           
 boolean DistributedConcurrencyManager.isDistGrantable(java.lang.Object resId, byte lck, java.lang.Object hints)
           
protected  GlobalLock DistributedConcurrencyManager.getDistLock(java.lang.Object resourceId, java.lang.Object hints, boolean doInvalidate)
           
 

Constructors in org.objectweb.perseus.concurrency.distributed that throw ConcurrencyException
DistributedConcurrencyManager()
           
 

Uses of ConcurrencyException in org.objectweb.perseus.concurrency.optimistic
 

Methods in org.objectweb.perseus.concurrency.optimistic that throw ConcurrencyException
protected abstract  java.lang.Object OptimisticConcurrencyManager.getState(java.lang.Object ctx, java.lang.Object resourceId, TimeStamp timeStamp, boolean isDirtyBefore, boolean isWrite)
           
 java.lang.Object OptimisticConcurrencyManager.readIntention(java.lang.Object ctx, java.lang.Object resource, java.lang.Object thinLock)
           
 java.lang.Object OptimisticConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resource, java.lang.Object thinLock)
           
 

Uses of ConcurrencyException in org.objectweb.perseus.concurrency.pessimistic
 

Methods in org.objectweb.perseus.concurrency.pessimistic that throw ConcurrencyException
 void RWPri2RLock.readIntention(java.lang.Object ctxt)
          Acquires this lock in read mode for the given context.
 void RWPri2RLock.writeIntention(java.lang.Object ctxt)
          Acquires this lock in write mode for the given context.
 void RWFifoLock.readIntention(java.lang.Object task)
          Acquires this lock in read mode for the given context.
 void RWFifoLock.writeIntention(java.lang.Object task)
          Acquires this lock in write mode for the given context.
protected abstract  java.lang.Object PessimisticConcurrencyManager.getState(java.lang.Object ctx, java.lang.Object resourceId, Lock lock)
           
 java.lang.Object PessimisticConcurrencyManager.readIntention(java.lang.Object ctx, java.lang.Object resource, java.lang.Object thinLock)
           
 java.lang.Object PessimisticConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resource, java.lang.Object thinLock)
           
 void MutexLock.readIntention(java.lang.Object ctxt)
          Acquires this lock in read mode for the given context.
 void MutexLock.writeIntention(java.lang.Object ctxt)
          Acquires this lock in write mode for the given context.
abstract  void Lock.readIntention(java.lang.Object ctxt)
          Acquires this lock in read mode for the given context.
abstract  void Lock.writeIntention(java.lang.Object ctxt)
          Acquires this lock in write mode for the given context.
 

Constructors in org.objectweb.perseus.concurrency.pessimistic that throw ConcurrencyException
PessimisticConcurrencyManager()
           
PessimisticConcurrencyManager(short policy)
           
 



Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.