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.setMembers(List<GenericDataSourceBinding> members)
Set the list of generic data sources that are members of this multi
data source.
|
Modifier and Type | Method and Description |
---|---|
List<MultiDataSourceBinding> |
Domain.getMultiDataSourceBindings()
Returns the list of Multi data source bindings from this domain.
|
Constructor and Description |
---|
MultiDataSourceBinding(MultiDataSourceBinding original)
Create a new MultiDataSourceBinding by copying an existing MultiDataSourceBinding
|