Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

17.11.18 getXAThreadMode

(a) Function

Acquires the thread mode for using XA that was specified by the setXAThreadMode method. This method is provided by the JdbhDbpsvXADataSource class only.

(b) Format
 
public boolean getXAThreadMode()
 
(c) Argument

None.

(d) Return value

boolean
Specifies a thread mode for using XA.
true: Multi-thread mode
false: Single-thread mode
(e) Exception that occurs

None.