| Package | Description |
|---|---|
| com.solacesystems.jms |
The Solace Java Message Service (JMS) implementation and samples.
|
| com.solacesystems.jms.impl |
| Modifier and Type | Method and Description |
|---|---|
JMSState |
SolConnection.getJMSState() |
JMSState |
SolConnectionIF.getJMSState() |
JMSState |
SolSessionIF.getState() |
JMSState |
SolSession.getState() |
| Constructor and Description |
|---|
SolConnectionConsumer(SolConnectionIF conn,
SolDestinationInfo destInfo,
String messageSelector,
ServerSessionPool serverPool,
int maxMessages,
JMSState state) |
SolConnectionConsumerRA(SolConnectionIF conn,
SolDestinationInfo destInfo,
String messageSelector,
ServerSessionPool serverPool,
int maxMessages,
JMSState state) |
SolQueueSession(SolConnectionIF connection,
boolean transacted,
int acknowledgeMode,
JMSState state) |
SolTopicSession(SolConnectionIF connection,
boolean transacted,
int acknowledgeMode,
JMSState state) |
SolXAQueueSession(SolConnectionIF connection,
JMSState state) |
SolXATopicSession(SolConnectionIF connection,
JMSState state) |
| Modifier and Type | Method and Description |
|---|---|
static JMSState |
JMSState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSState[] |
JMSState.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.checkClosed(JMSState state,
String component) |
Copyright 2004-2019 Solace Corporation. All rights reserved.