createQATransactionalManager method

Syntax
abstract QATransactionalManager QAManagerFactory.createQATransactionalManager(
  String iniFile
)
throws QAException
Parameters
  • iniFile   A properties file for configuring the QATransactionalManager instance.

Throws
  • Thrown if there is a problem creating the manager.

Remarks

Returns a new QATransactionalManager instance with the specified properties.

If the iniFile parameter is null, the QATransactionalManager is created using default properties. You can use the QAManagerBase set property methods to set QATransactionalManager properties programmatically after you create the instance.

See Also

QATransactionalManager interface

Returns

The configured QATransactionalManager.