Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
WebTierBinding |
WebTierBinding.setName(String name)
Sets the name of this WebTierBinding object
|
WebTierBinding |
WebTierBinding.setParent(Domain containerDomain)
Sets the container object that contains this.
|
WebTierBinding |
WebTierBinding.setWebTierRef(WebTier webTierRef)
Set the WebTier object this WebTierBinding refers to
|
Modifier and Type | Method and Description |
---|---|
List<WebTierBinding> |
Domain.getWebTierBindings()
Returns the list of WebTierBindings in this Domain or an empty list if none are found
|
Modifier and Type | Method and Description |
---|---|
boolean |
Domain.addWebTierBinding(WebTierBinding webTierBinding)
Adds the WebTierBinding provided to the list of WebTierBindings in this Domain
|
Modifier and Type | Method and Description |
---|---|
boolean |
Domain.addAllWebTierBindings(List<WebTierBinding> webTierBindings)
Adds the WebTierBindings provided to the list of WebTierBindings in this domain
|