Package | Description |
---|---|
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.
|
org.apache.jackrabbit.data.core |
Modifier and Type | Method and Description |
---|---|
void |
XASessionImpl.associate(TransactionContext tx)
Associate this session with a global transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
XALockManager.afterOperation(TransactionContext tx)
|
void |
XALockManager.associate(TransactionContext tx)
Associate this resource with a transaction.
|
void |
XALockManager.beforeOperation(TransactionContext tx)
|
void |
XALockManager.commit(TransactionContext tx)
Commit transaction.
|
void |
XALockManager.prepare(TransactionContext tx)
Prepare transaction.
|
void |
XALockManager.rollback(TransactionContext tx)
Rollback transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
XAItemStateManager.afterOperation(TransactionContext tx)
|
void |
XAItemStateManager.associate(TransactionContext tx)
Associate this resource with a transaction.
|
void |
XAItemStateManager.beforeOperation(TransactionContext tx)
|
void |
XAItemStateManager.commit(TransactionContext tx)
Commit transaction.
|
void |
XAItemStateManager.prepare(TransactionContext tx)
Prepare transaction.
|
void |
XAItemStateManager.rollback(TransactionContext tx)
Rollback transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalXAVersionManager.afterOperation(TransactionContext tx)
|
void |
InternalXAVersionManager.associate(TransactionContext tx)
Associate this resource with a transaction.
|
void |
InternalXAVersionManager.beforeOperation(TransactionContext tx)
|
void |
InternalXAVersionManager.commit(TransactionContext tx)
Commit transaction.
|
void |
InternalXAVersionManager.prepare(TransactionContext tx)
Prepare transaction.
|
void |
InternalXAVersionManager.rollback(TransactionContext tx)
Rollback transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalXAResource.afterOperation(TransactionContext tx)
|
void |
InternalXAResource.associate(TransactionContext tx)
Associate this resource with a transaction.
|
void |
InternalXAResource.beforeOperation(TransactionContext tx)
|
void |
InternalXAResource.commit(TransactionContext tx)
Commit transaction.
|
void |
InternalXAResource.prepare(TransactionContext tx)
Prepare transaction.
|
void |
InternalXAResource.rollback(TransactionContext tx)
Rollback transaction.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.