Package | Description |
---|---|
org.modeshape.jcr | |
org.modeshape.jcr.txn |
Modifier and Type | Class and Description |
---|---|
protected static class |
JcrRepository.RepositoryMonitorFactory |
Modifier and Type | Method and Description |
---|---|
protected Transactions |
JcrRepository.RunningState.createTransactions(RepositoryConfiguration.TransactionMode mode,
SessionEnvironment.MonitorFactory monitorFactory,
TransactionManager txnMgr) |
Modifier and Type | Interface and Description |
---|---|
static interface |
Transactions.Transaction
The representation of a ModeShape fine-grained transaction for use when saving the changes made to a Session.
|
Modifier and Type | Class and Description |
---|---|
protected class |
NoClientTransactions.NoClientTransaction |
protected class |
SynchronizedTransactions.RollbackOnlyTransaction |
protected class |
SynchronizedTransactions.SynchronizedTransaction |
protected class |
Transactions.BaseTransaction |
protected class |
Transactions.SimpleTransaction |
protected class |
Transactions.TraceableSimpleTransaction |
Modifier and Type | Field and Description |
---|---|
protected SessionEnvironment.MonitorFactory |
Transactions.monitorFactory |
Constructor and Description |
---|
NoClientTransactions(SessionEnvironment.MonitorFactory monitorFactory,
TransactionManager txnMgr)
Creates a new instance passing in the given monitor factory and transaction manager
|
SynchronizedTransactions(SessionEnvironment.MonitorFactory monitorFactory,
TransactionManager txnMgr)
Creates a new instance which wrapps a transaction manager and monitor factory
|
Transactions(SessionEnvironment.MonitorFactory monitorFactory,
TransactionManager txnMgr) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.