|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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 |
InternalXAVersionManager.commit(TransactionContext tx)
Commit transaction. |
void |
InternalXAVersionManager.prepare(TransactionContext tx)
Prepare transaction. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||