Package | Description |
---|---|
oracle.fmwplatform.envspec.environment.topology |
This package contains classes that are used to describe components of a Topology.
|
oracle.fmwplatform.envspec.model |
This package contains classes that are used to represent models of real (existing) or imagined (to be created) environments.
|
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Method and Description |
---|---|
protected MappedDomain |
EnvironmentHostMapping.findMappedDomain(Host host, Domain topologyDomain, OracleHome topologyOracleHome)
Find the right mappedDomain inside a host
|
Modifier and Type | Method and Description |
---|---|
MappedDomain |
EnvironmentModel.getMappedDomainForHostAndDomain(String hostId, String domainId)
Returns the MappedDomain that is associated to the Domain and Host specified or null if no match is found.
|
Modifier and Type | Method and Description |
---|---|
MappedDomain |
MappedOracleHome.addDomain(Domain domain)
Adds the specified Domain to the list of Domain that this MappedOracleHome is mapped to.
|
MappedDomain |
MappedDomain.setDomain(Domain domain)
Sets the Domain that this MappedDomain is based on.
|
MappedDomain |
MappedDomain.setId(String id)
Sets the id that is used to reference this MappedDomain.
|
MappedDomain |
MappedDomain.setNodeManager(NodeManager nodeManager)
Sets the NodeManager that is to be mapped by this MappedDomain or null.
|
MappedDomain |
MappedDomain.setServerRefs(List<String> serverRefs)
Sets the Server ids of the Servers that are to mapped by this MappedDomain.
|
Modifier and Type | Method and Description |
---|---|
List<MappedDomain> |
MappedOracleHome.getMappedDomains()
Returns the MappedDomains this MappedOracleHome is mapped to.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MappedOracleHome.addMappedDomain(MappedDomain mappedDomain)
Adds the specified MappedDomain to the list of MappedDomains that this MappedOracleHome is mapped to.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MappedOracleHome.addAllMappedDomains(List<MappedDomain> mappedDomains)
Adds the specified list of MappedDomains to the list of MappedDomains that this MappedOracleHome is mapped to.
|
MappedOracleHome |
MappedOracleHome.setMappedDomains(List<MappedDomain> mappedDomains)
Sets the MappedDomains that are mapped by this MappedOracleHome.
|