Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
MultiDataSourceBinding |
MultiDataSourceBinding.setAlgorithmType(MultiDataSourceBinding.AlgorithmType algorithmType)
Sets the algorithm type that specifies the strategy of the MultiDataSource.
|
MultiDataSourceBinding |
MultiDataSourceBinding.setFailoverCallbackHandler(String failoverCallbackHandler)
Sets the handler to be used for failover.
|
MultiDataSourceBinding |
MultiDataSourceBinding.setFailoverRequestIfBusy(boolean failoverRequestIfBusy)
Enables the MultiDataSource to failover connection requests to the next data source if all connections in the current data source are in use.
|
MultiDataSourceBinding |
MultiDataSourceBinding.setTestFrequency(String testFrequency)
Sets the test frequency.
|
Modifier and Type | Method and Description |
---|---|
List<MultiDataSourceBinding> |
Domain.getMultiDataSourceBindings()
Returns the list of multi data source bindings from the schemas in this domain
|
List<MultiDataSourceBinding> |
Schema.getMultiDataSourceBindings()
Returns the MultiDataSourceBinding or an empty list if there are none.
|