Uses of Class
org.apache.jackrabbit.core.TransactionException

Packages that use TransactionException
org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API. 
org.apache.jackrabbit.core.lock   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers. 
 

Uses of TransactionException in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that throw TransactionException
 void InternalXAResource.prepare(TransactionContext tx)
          Prepare transaction.
 void InternalXAResource.commit(TransactionContext tx)
          Commit transaction.
 void InternalXAResource.rollback(TransactionContext tx)
          Rollback transaction.
 

Uses of TransactionException in org.apache.jackrabbit.core.lock
 

Methods in org.apache.jackrabbit.core.lock that throw TransactionException
 void XALockManager.prepare(TransactionContext tx)
          Prepare transaction. The transaction is identified by a transaction context.
 

Uses of TransactionException in org.apache.jackrabbit.core.state
 

Methods in org.apache.jackrabbit.core.state that throw TransactionException
 void XAItemStateManager.prepare(TransactionContext tx)
          Prepare transaction. The transaction is identified by a transaction context.
 void XAItemStateManager.commit(TransactionContext tx)
          Commit transaction. The transaction is identified by a transaction context. If the method throws, other resources get their changes rolled back.
 

Uses of TransactionException in org.apache.jackrabbit.core.version
 

Methods in org.apache.jackrabbit.core.version that throw TransactionException
 void XAVersionManager.prepare(TransactionContext tx)
          Prepare transaction. The transaction is identified by a transaction context.

Delegate the call to our XA item state manager.

 void XAVersionManager.commit(TransactionContext tx)
          Commit transaction. The transaction is identified by a transaction context. If the method throws, other resources get their changes rolled back.

Delegate the call to our XA item state manager.

 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.