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

createQAManager method Next Page

createQATransactionalManager method


Synopsis

abstract QATransactionalManager ianywhere.qanywhere.client.QAManagerFactory.createQATransactionalManager(
String iniFile
)
throws QAException

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

Interface QATransactionalManager

Returns

The configured QATransactionalManager.