16.11.18 getXAThreadMode

(a) Function

Acquires a thread mode for using XA.

(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) Functional detail

Returns the thread mode for using XA, specified by the setXAThreadMode method. This method is provided by the JdbhDbpsvXADataSource class only.

(f) Exception that occurs

None.