createQAManager method

Syntax
abstract QAManager QAManagerFactory.createQAManager(
  java.util.Hashtable properties
)
throws QAException
Parameters
  • properties   A Hashtable for configuring the QAManager instance.

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

Remarks

Returns a new QAManager instance with the specified properties as a Hashtable.

See Also

QAManager interface

Returns

A new QAManager instance.