public class DefaultXAConnectionFactoryWrapper extends Object implements XAConnectionFactoryWrapper, QueueConnectionFactory, TopicConnectionFactory
Modifier and Type | Field and Description |
---|---|
protected Object |
factory |
protected static Log |
logger
logger used by this class
|
Constructor and Description |
---|
DefaultXAConnectionFactoryWrapper(Object factory) |
DefaultXAConnectionFactoryWrapper(Object factory,
Boolean sameRMOverrideValue) |
Modifier and Type | Method and Description |
---|---|
Connection |
createConnection() |
Connection |
createConnection(String username,
String password) |
QueueConnection |
createQueueConnection() |
QueueConnection |
createQueueConnection(String username,
String password) |
TopicConnection |
createTopicConnection() |
TopicConnection |
createTopicConnection(String username,
String password) |
protected static final transient Log logger
protected final Object factory
public DefaultXAConnectionFactoryWrapper(Object factory)
public Connection createConnection() throws JMSException
createConnection
in interface ConnectionFactory
JMSException
public Connection createConnection(String username, String password) throws JMSException
createConnection
in interface ConnectionFactory
JMSException
public QueueConnection createQueueConnection() throws JMSException
createQueueConnection
in interface QueueConnectionFactory
JMSException
public QueueConnection createQueueConnection(String username, String password) throws JMSException
createQueueConnection
in interface QueueConnectionFactory
JMSException
public TopicConnection createTopicConnection() throws JMSException
createTopicConnection
in interface TopicConnectionFactory
JMSException
public TopicConnection createTopicConnection(String username, String password) throws JMSException
createTopicConnection
in interface TopicConnectionFactory
JMSException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.