public static enum AepTransactionStageEvent.TransactionStage extends Enum<AepTransactionStageEvent.TransactionStage>
| Enum Constant and Description |
|---|
Complete
Indicates the completion of the transaction
|
SendCommitComplete
Indicates the completion of send commit phase of the transaction
|
Start
Indicates the start of a transaction
|
StoreCommitComplete
Indicates the completion of store commit phase of the transaction
|
| Modifier and Type | Method and Description |
|---|---|
static AepTransactionStageEvent.TransactionStage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AepTransactionStageEvent.TransactionStage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AepTransactionStageEvent.TransactionStage Start
public static final AepTransactionStageEvent.TransactionStage StoreCommitComplete
public static final AepTransactionStageEvent.TransactionStage SendCommitComplete
public static final AepTransactionStageEvent.TransactionStage Complete
public static AepTransactionStageEvent.TransactionStage[] values()
for (AepTransactionStageEvent.TransactionStage c : AepTransactionStageEvent.TransactionStage.values()) System.out.println(c);
public static AepTransactionStageEvent.TransactionStage valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Neeve Research, LLC. All Rights Reserved.