public class SolXATopicConnection extends SolTopicConnection implements XATopicConnection
| Constructor and Description |
|---|
SolXATopicConnection(JMSProperties properties) |
SolXATopicConnection(JMSProperties properties,
String userName,
String password) |
| Modifier and Type | Method and Description |
|---|---|
XASession |
createXASession()
Creates an
XASession object. |
XATopicSession |
createXATopicSession()
Creates an
XATopicSession object. |
createConnectionConsumer, createTopicSessionaddConnectionConsumer, close, createConnectionConsumer, createDefaultSubscriber, createDurableConnectionConsumer, createSession, deleteTemporaryQueue, deleteTemporaryTopic, getClientID, getClientName, getExceptionListener, getJCSMPProperties, getJMSProperties, getJMSState, getMetaData, getProperties, handleEvent, onException, remove, removeConnectionConsumer, setClientID, setConnectionEventListener, setExceptionListener, start, stop, toJCSMPPropertiesequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTopicSessioncreateSessioncreateConnectionConsumer, createDurableConnectionConsumerclose, createConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stoppublic SolXATopicConnection(JMSProperties properties) throws JMSException
JMSExceptionpublic SolXATopicConnection(JMSProperties properties, String userName, String password) throws JMSException
JMSExceptionpublic XASession createXASession() throws JMSException
XAConnectionXASession object.createXASession in interface XAConnectionXASessionJMSException - if the XAConnection object
fails to create an XASession due to
some internal error.public XATopicSession createXATopicSession() throws JMSException
XATopicConnectionXATopicSession object.createXATopicSession in interface XATopicConnectionJMSException - if the XATopicConnection object
fails to create an XA topic session due to some
internal error.Copyright 2004-2019 Solace Corporation. All rights reserved.