| Package | Description |
|---|---|
| com.solacesystems.jms.impl |
| Modifier and Type | Method and Description |
|---|---|
SessionTransactionType |
SessionProperties.getTransactionType() |
static SessionTransactionType |
SessionTransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionTransactionType[] |
SessionTransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Validator.checkNotTransacted(SessionTransactionType transactionType,
String operation) |
static void |
Validator.checkTransacted(SessionTransactionType transactionType,
String operation) |
static void |
Validator.checkTransactedAndAckMode(SessionTransactionType transactionType,
int acknowledgeMode,
boolean useDirect) |
static void |
Validator.checkTransactedAndLargeMessaging(SessionTransactionType transactedType,
boolean largeMessaging) |
| Constructor and Description |
|---|
SessionProperties(ConnectionProperties connectionProps,
SessionTransactionType transactionType,
int acknowledgeMode,
AckHandler ackHandler) |
Copyright 2004-2019 Solace Corporation. All rights reserved.