Package | Description |
---|---|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
MappedWebTier |
MappedWebTier.setId(String id)
Sets the id used to reference this MappedWebTier object
|
MappedWebTier |
MappedWebTier.setWebTier(WebTier webTier)
Sets the WebTier object that belongs to this MappedWebTier object.
|
Modifier and Type | Method and Description |
---|---|
List<MappedWebTier> |
Host.getMappedWebTiers()
Returns the list MappedWebTiers mapped to this Host
|
Modifier and Type | Method and Description |
---|---|
boolean |
Host.addMappedWebTier(MappedWebTier mappedWebTier)
Convenience method to add a WebTier object to the MappedWebTiers for this Host.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Host.addAllMappedWebTier(List<MappedWebTier> mappedWebTiers)
Convenience method to add a WebTier object to the MappedWebTiers for this Host.
|
Host |
Host.setMappedWebTiers(List<MappedWebTier> mappedWebTiers)
Sets the MappedWebTiers for this Host
|