public class SessionProperties extends Object
| Constructor and Description |
|---|
SessionProperties(ConnectionProperties connectionProps,
SessionTransactionType transactionType,
int acknowledgeMode,
AckHandler ackHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
enableXA() |
AckHandler |
getAckHandler() |
int |
getAcknowledgeMode() |
ConnectionProperties |
getConnectionProperties() |
SessionTransactionType |
getTransactionType() |
Map<String,SessionUserProperty> |
getUserProperties() |
String |
toString() |
public SessionProperties(ConnectionProperties connectionProps, SessionTransactionType transactionType, int acknowledgeMode, AckHandler ackHandler)
public void enableXA()
public ConnectionProperties getConnectionProperties()
public SessionTransactionType getTransactionType()
public int getAcknowledgeMode()
public AckHandler getAckHandler()
public Map<String,SessionUserProperty> getUserProperties()
Copyright 2004-2021 Solace Corporation. All rights reserved.