Uses of Class
org.apache.jackrabbit.data.core.TransactionException
- 
Packages that use TransactionException Package Description org.apache.jackrabbit.core.lock org.apache.jackrabbit.core.state org.apache.jackrabbit.core.version The versioning framework in jackrabbit consists of 3 layers.org.apache.jackrabbit.data.core  - 
- 
Uses of TransactionException in org.apache.jackrabbit.core.lock
Methods in org.apache.jackrabbit.core.lock that throw TransactionException Modifier and Type Method Description voidXALockManager. prepare(TransactionContext tx)Prepare transaction. - 
Uses of TransactionException in org.apache.jackrabbit.core.state
Methods in org.apache.jackrabbit.core.state that throw TransactionException Modifier and Type Method Description voidXAItemStateManager. commit(TransactionContext tx)Commit transaction.voidXAItemStateManager. prepare(TransactionContext tx)Prepare transaction. - 
Uses of TransactionException in org.apache.jackrabbit.core.version
Methods in org.apache.jackrabbit.core.version that throw TransactionException Modifier and Type Method Description voidInternalXAVersionManager. commit(TransactionContext tx)Commit transaction.voidInternalXAVersionManager. prepare(TransactionContext tx)Prepare transaction. - 
Uses of TransactionException in org.apache.jackrabbit.data.core
Methods in org.apache.jackrabbit.data.core that throw TransactionException Modifier and Type Method Description voidInternalXAResource. commit(TransactionContext tx)Commit transaction.voidInternalXAResource. prepare(TransactionContext tx)Prepare transaction.voidInternalXAResource. rollback(TransactionContext tx)Rollback transaction. 
 -