| Package | Description |
|---|---|
| com.solacesystems.jcsmp.impl.transaction |
| Modifier and Type | Class and Description |
|---|---|
static class |
TSState.StateActive |
static class |
TSState.StateClosed |
static class |
TSState.StateCommitRollingBack |
static class |
TSState.StateCommitting |
static class |
TSState.StateMarkedRollback
A kind of sub-state of Active, we go here from Active when something
happens asynchronously that marks the current transaction as rolledback
but the user hasn't yet called commit or rollback.
|
static class |
TSState.StateNew |
static class |
TSState.StateRollingBack |
| Modifier and Type | Field and Description |
|---|---|
TSState |
TSState.TSStorage.STATE_ACTIVE |
TSState |
TSState.TSStorage.STATE_CLOSED |
TSState |
TSState.TSStorage.STATE_COMMIT_ROLLINGBACK |
TSState |
TSState.TSStorage.STATE_COMMITTING |
TSState |
TSState.TSStorage.STATE_MARKEDROLLBACK |
TSState |
TSState.TSStorage.STATE_NEW |
TSState |
TSState.TSStorage.STATE_ROLLINGBACK |
| Modifier and Type | Method and Description |
|---|---|
TSState |
TransactedSessionImpl.getCurrentSessionState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransactedSessionImpl.switchStateIfNotIn(TSState newstate) |
Copyright 2004-2019 Solace Corporation. All rights reserved.