| Package | Description |
|---|---|
| oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
| Modifier and Type | Method and Description |
|---|---|
static MultiDataSourceBinding.AlgorithmType |
MultiDataSourceBinding.AlgorithmType.fromValue(String value) |
MultiDataSourceBinding.AlgorithmType |
MultiDataSourceBinding.getAlgorithmType()
Returns the algorithm type that specifies the strategy of the MultiDataSource.
|
static MultiDataSourceBinding.AlgorithmType |
MultiDataSourceBinding.AlgorithmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiDataSourceBinding.AlgorithmType[] |
MultiDataSourceBinding.AlgorithmType.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MultiDataSourceBinding |
MultiDataSourceBinding.setAlgorithmType(MultiDataSourceBinding.AlgorithmType algorithmType)
Sets the algorithm type that specifies the strategy of the MultiDataSource.
|