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

Packages that use TransactionException
org.apache.jackrabbit.core   
org.apache.jackrabbit.core.lock   
org.apache.jackrabbit.core.state   
org.apache.jackrabbit.core.version   
 

Uses of TransactionException in org.apache.jackrabbit.core
 

Methods in org.apache.jackrabbit.core that throw TransactionException
 void InternalXAResource.commit(TransactionContext tx)
          Commit transaction.
 void InternalXAResource.prepare(TransactionContext tx)
          Prepare 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.
 

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

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

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

Methods in org.apache.jackrabbit.core.version that throw TransactionException
 void XAVersionManager.commit(TransactionContext tx)
          Commit transaction.

Delegate the call to our XA item state manager.

 void XAVersionManager.prepare(TransactionContext tx)
          Prepare transaction.

Delegate the call to our XA item state manager.

 



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