Package | Description |
---|---|
com.edorasware.commons.core.audit |
Modifier and Type | Method and Description |
---|---|
static BusinessTransactionState |
BusinessTransactionState.pushWith(BusinessTransactionState.InitialState initialState)
Pushes a new business transaction state onto the top of the stack bound to the current thread.
|
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<BusinessTransactionState> |
BusinessTransactionState.get()
Returns the top business transaction state from the stack bound to the current thread.
|
static com.google.common.base.Optional<BusinessTransactionState> |
BusinessTransactionState.getBottom()
Returns the bottom business transaction state from the stack bound to the current thread.
|
Modifier and Type | Method and Description |
---|---|
static void |
BusinessTransactionState.ensureInitialized(Function2<com.google.common.base.Optional<BusinessTransactionState>,BusinessTransactionState.InitialState,Map<String,Object>> initializationAction)
Initializes the business transactions on the stack bound to the current thread from outermost to innermost.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.