Scalable Database Server, HiRDB Version 8 UAP Development Guide

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

16.11.16 getRMID

(a) Function

Acquires an identifier for the Resource Manager.

(b) Format
 
public int getRMID()
 
(c) Argument

None.

(d) Return value

int
This is an identifier for the Resource Manager. If none is set, 1 is returned.
(e) Functional detail

Returns the Resource Manager identifier specified by the setRMID method.

This method is provided by the JdbhDbpsvXADataSource class only.

(f) Exception that occurs

None.