Sets a thread mode for using XA.
public void setXAThreadMode (boolean mode)
None.
Sets a thread mode for using XA. If this method is not invoked, the default value is false (single-thread mode).
This method is provided by the JdbhDbpsvXADataSource class only.
If the XA library provided by the RM (Resource Manager) supports multi-thread and if the application operates in the multi-thread mode, this method must be invoked in the true setting (multi-thread mode).
None.