public static enum Sjms2EndpointBuilderFactory.SessionAcknowledgementType extends Enum<Sjms2EndpointBuilderFactory.SessionAcknowledgementType>
org.apache.camel.component.sjms.jms.SessionAcknowledgementType enum.| Enum Constant and Description |
|---|
AUTO_ACKNOWLEDGE |
CLIENT_ACKNOWLEDGE |
DUPS_OK_ACKNOWLEDGE |
SESSION_TRANSACTED |
| Modifier and Type | Method and Description |
|---|---|
static Sjms2EndpointBuilderFactory.SessionAcknowledgementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sjms2EndpointBuilderFactory.SessionAcknowledgementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sjms2EndpointBuilderFactory.SessionAcknowledgementType AUTO_ACKNOWLEDGE
public static final Sjms2EndpointBuilderFactory.SessionAcknowledgementType CLIENT_ACKNOWLEDGE
public static final Sjms2EndpointBuilderFactory.SessionAcknowledgementType DUPS_OK_ACKNOWLEDGE
public static final Sjms2EndpointBuilderFactory.SessionAcknowledgementType SESSION_TRANSACTED
public static Sjms2EndpointBuilderFactory.SessionAcknowledgementType[] values()
for (Sjms2EndpointBuilderFactory.SessionAcknowledgementType c : Sjms2EndpointBuilderFactory.SessionAcknowledgementType.values()) System.out.println(c);
public static Sjms2EndpointBuilderFactory.SessionAcknowledgementType 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 nullApache Camel