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

Packages that use ConcurrencyException
org.objectweb.perseus.concurrency.api   
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 resourceId, java.lang.Object hints)
          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 resourceId, java.lang.Object hints)
          This method records an access intention to a data object in write mode.
 

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, java.lang.Object hints)
           
 java.lang.Object OptimisticConcurrencyManager.readIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object hints)
           
 java.lang.Object OptimisticConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object hints)
           
 

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 ctxt)
          Acquires this lock in read mode for the given context.
 void RWFifoLock.writeIntention(java.lang.Object ctxt)
          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 hints)
           
 java.lang.Object PessimisticConcurrencyManager.readIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object hints)
           
 java.lang.Object PessimisticConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object hints)
           
 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.