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

Packages that use ConcurrencyException
org.objectweb.perseus.concurrency.api   
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 resourceId, java.lang.Object lockHints, ConcurrencyManager.ResourceProvider resProv, java.lang.Object resourceHints)
          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 lockHints, ConcurrencyManager.ResourceProvider resProv, java.lang.Object resourceHints)
          This method records an access intention to a data object in write mode.
 java.lang.Object ConcurrencyManager.ResourceProvider.getResource(java.lang.Object ws, java.lang.Object resourceId, java.lang.Object resourceHints, java.lang.Object lockHints, boolean resourceCopyRequired, java.lang.Object suggestedResource, java.lang.Object synchronizer)
          Retrieves the resource corresponding to an identifier.
 

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, ConcurrencyManager.ResourceProvider resProv, java.lang.Object resourceHints)
           
 java.lang.Object DistributedConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object hints, ConcurrencyManager.ResourceProvider resProv, java.lang.Object resourceHints)
           
 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
 java.lang.Object OptimisticConcurrencyManager.readIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object thinLock, ConcurrencyManager.ResourceProvider resProv, java.lang.Object resourceHints)
           
 java.lang.Object OptimisticConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resource, java.lang.Object thinLock, ConcurrencyManager.ResourceProvider resProv, java.lang.Object resourceHints)
           
 

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.
 java.lang.Object PessimisticConcurrencyManager.readIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object thinLock, ConcurrencyManager.ResourceProvider resProv, java.lang.Object resourceHints)
           
 java.lang.Object PessimisticConcurrencyManager.writeIntention(java.lang.Object ctx, java.lang.Object resourceId, java.lang.Object thinLock, ConcurrencyManager.ResourceProvider resProv, java.lang.Object resourceHints)
           
 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.
 



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