Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere Java API reference » QAnywhere Java API for clients » QAManagerFactory class

 

createQAManager method

Syntax
abstract QAManager QAManagerFactory.createQAManager(
  String iniFile
)
throws QAException
Parameters
  • iniFile   A properties file for configuring the QAManager instance, or null to create the QAManager instance using default properties.

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

Remarks

Returns a new QAManager instance with the specified properties.

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

See Also

QAManager interface

Returns

A new QAManager instance.