| Package | Description |
|---|---|
| org.eclipse.keyple.calypso.transaction |
Contains the services and POJOs providing the high-level API to manage PO selections and
transactions.
|
| Modifier and Type | Field and Description |
|---|---|
static PoTransaction.SessionSetting.ModificationMode |
PoSecuritySettings.defaultSessionModificationMode |
| Modifier and Type | Method and Description |
|---|---|
static PoTransaction.SessionSetting.ModificationMode |
PoTransaction.SessionSetting.ModificationMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoTransaction.SessionSetting.ModificationMode[] |
PoTransaction.SessionSetting.ModificationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PoSecuritySettings.PoSecuritySettingsBuilder |
PoSecuritySettings.PoSecuritySettingsBuilder.sessionModificationMode(PoTransaction.SessionSetting.ModificationMode sessionModificationMode)
Set the Session Modification Mode
The default value is ATOMIC |