public interface DataSourceRuntimeManagerClientService
| Modifier and Type | Method and Description |
|---|---|
DataSourceDeploymentInfo |
getDataSourceDeploymentInfo(String uuid)
Gets the runtime information about a data source.
|
DriverDeploymentInfo |
getDriverDeploymentInfo(String uuid)
Gets the runtime information about a driver.
|
TestResult |
testDataSource(String uuid)
Tests a data source in the data source management system.
|
DataSourceDeploymentInfo getDataSourceDeploymentInfo(String uuid)
uuid - data source identifier.DriverDeploymentInfo getDriverDeploymentInfo(String uuid)
uuid - driver identifier.TestResult testDataSource(String uuid)
uuid - data source identifier to test.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.