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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Class QAManagerFactory

Class QAManagerFactory Next Page

createQAManager method


Synopsis

abstract QAManager ianywhere.qanywhere.client.QAManagerFactory.createQAManager(
String iniFile
)
throws QAException

Parameters
Throws
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

Interface QAManager

Returns

A new QAManager instance.