18#ifndef _CMS_XACONNECTIONFACTORY_H_
19#define _CMS_XACONNECTIONFACTORY_H_
The XAConnectionFactory interface is specialized interface that defines an ConnectionFactory that cre...
Definition XAConnectionFactory.h:47
virtual ~XAConnectionFactory()
virtual XAConnection * createXAConnection()=0
Creates an XAConnection with the default user name and password.
virtual XAConnection * createXAConnection(const std::string &userName, const std::string &password)=0
Creates an XA connection with the specified user name and password.
static XAConnectionFactory * createCMSXAConnectionFactory(const std::string &brokerURI)
Static method that is used to create a provider specific XA Connection factory.
The XAConnection interface defines an extended Connection type that is used to create XASession objec...
Definition XAConnection.h:37
#define CMS_API
Definition Config.h:31
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition DestinationResolver.h:23