int getConnectionStatus(String jdbcResourceURI)
int getConnectionStatus(String jdbcResourceURI)
Name | Type | Description |
---|---|---|
jdbcResourceURI | String | The JDBC URI for which connection status is required |
Type | Description |
---|---|
int | 0 or 1, 0 indicates that the connections are bad. 1 indicates good connections. |