18 #ifndef _CMS_XACONNECTIONFACTORY_H_
19 #define _CMS_XACONNECTIONFACTORY_H_
76 virtual XAConnection* createXAConnection(
const std::string& userName,
const std::string& password ) = 0;
#define CMS_API
Definition: Config.h:31
The XAConnectionFactory interface is specialized interface that defines an ConnectionFactory that cre...
Definition: XAConnectionFactory.h:47
The XAConnection interface defines an extended Connection type that is used to create XASession objec...
Definition: XAConnection.h:37