Package | Description |
---|---|
com.edorasware.commons.core.audit |
Modifier and Type | Method and Description |
---|---|
static BusinessTransactionState.InitialState |
BusinessTransactionState.InitialState.from(String description,
EventType eventType,
EventType eventSubType)
Creates a new instance.
|
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 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.