Package | Description |
---|---|
net.sf.mmm.transaction.api |
Provides the API for transaction support.
|
net.sf.mmm.transaction.base |
Provides the base-implementation for transaction support.
|
Modifier and Type | Method and Description |
---|---|
TransactionContext |
TransactionEvent.getContext()
This method gets the
TransactionContext associated with the
transaction that caused this event. |
TransactionContext |
TransactionAdapter.getContext()
This method gets the
TransactionContext that allows to add
individual data to be associated with this TransactionAdapter . |
Modifier and Type | Class and Description |
---|---|
class |
TransactionContextImpl
This is the implementation of the
TransactionContext interface. |
Modifier and Type | Field and Description |
---|---|
private TransactionContext |
TransactionEventImpl.context |
private TransactionContext |
AbstractTransactionExecutor.AbstractTransactionAdapter.context |
Modifier and Type | Method and Description |
---|---|
protected TransactionContext |
AbstractTransactionExecutor.createTransactionContext()
This method create the
TransactionContext instances. |
TransactionContext |
TransactionEventImpl.getContext()
This method gets the
TransactionContext associated with the
transaction that caused this event. |
TransactionContext |
AbstractTransactionExecutor.AbstractTransactionAdapter.getContext()
This method gets the
TransactionContext that allows to add
individual data to be associated with this TransactionAdapter . |
Constructor and Description |
---|
TransactionEventImpl(TransactionEventType type,
TransactionContext context)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.