public static enum AssuredCtrlEnums.TransactionCtrlMessageType extends Enum<AssuredCtrlEnums.TransactionCtrlMessageType>
| Enum Constant and Description |
|---|
CLOSE_TRANSACTED_SESSION |
COMMIT_TRANSACTION |
OPEN_TRANSACTED_SESSION |
ROLLBACK_TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
static AssuredCtrlEnums.TransactionCtrlMessageType |
fromSmfEnc(int smfEnc) |
abstract int |
smfEnc() |
static AssuredCtrlEnums.TransactionCtrlMessageType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssuredCtrlEnums.TransactionCtrlMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssuredCtrlEnums.TransactionCtrlMessageType OPEN_TRANSACTED_SESSION
public static final AssuredCtrlEnums.TransactionCtrlMessageType CLOSE_TRANSACTED_SESSION
public static final AssuredCtrlEnums.TransactionCtrlMessageType COMMIT_TRANSACTION
public static final AssuredCtrlEnums.TransactionCtrlMessageType ROLLBACK_TRANSACTION
public static AssuredCtrlEnums.TransactionCtrlMessageType[] values()
for (AssuredCtrlEnums.TransactionCtrlMessageType c : AssuredCtrlEnums.TransactionCtrlMessageType.values()) System.out.println(c);
public static AssuredCtrlEnums.TransactionCtrlMessageType 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 nullpublic abstract int smfEnc()
public static AssuredCtrlEnums.TransactionCtrlMessageType fromSmfEnc(int smfEnc)
Copyright 2004-2019 Solace Corporation. All rights reserved.