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