createQATransactionalManager method

Syntax
abstract QATransactionalManager QAManagerFactory.createQATransactionalManager(
  java.util.Hashtable properties
)
throws QAException
Parameters
  • properties   A hashtable 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.

See Also

QATransactionalManager interface

Returns

The configured QATransactionalManager.