Package | Description |
---|---|
oracle.fmwplatform.envspec.environment.topology |
This package contains classes that are used to describe components of a Topology.
|
oracle.fmwplatform.envspec.helper | |
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 Host |
EnvironmentHostMapping.findHost(String nameOrAddress,
Topology topology)
Find a host and return this host when found
|
static Host |
EnvironmentBootstrapMapping.mapHostToTopology(Topology topology)
Adds current Host to Topology if it's not present in the topology
|
Modifier and Type | Method and Description |
---|---|
protected MappedDomain |
EnvironmentHostMapping.findMappedDomain(Host host,
Domain topologyDomain,
OracleHome topologyOracleHome)
Find the right mappedDomain inside a host
|
static MappedOracleHome |
EnvironmentBootstrapMapping.mapOracleHomeToHost(Host host,
OracleHome oracleHome)
Adds an OracleHome to Host if it's not mapped already.
|
Modifier and Type | Method and Description |
---|---|
MappedDomain |
EnvironmentModelHelper.findMappedDomain(Host host,
String domainPath,
String oracleHomePath) |
Modifier and Type | Method and Description |
---|---|
Host |
EnvironmentModel.getHostById(String hostId)
Returns the Host for the hostId specified or null if it is not found.
|
Host |
EnvironmentModel.getHostForDomainAndServer(String domainId,
String serverName)
Returns the host mapped to this domain and server
|
Host |
EnvironmentModel.getHostForNodeManager(String nodeManagerId)
Returns the Host associated to the NodeManager specified or null if no match is found.
|
Modifier and Type | Method and Description |
---|---|
List<Host> |
EnvironmentModel.getHosts()
Returns the Hosts associated with the Topology in this EnvironmentModel or an empty list if none are found.
|
List<Host> |
EnvironmentModel.getHostsHostingDomain(Domain domain)
Returns the Hosts associated with the Domain specified or an empty list if none are found.
|
List<Host> |
EnvironmentModel.getHostsHostingDomain(String domainId)
Returns the Hosts associated with the Domain specified or an empty list if none are found.
|
List<Host> |
EnvironmentModel.getHostsHostingOracleHome(OracleHome oracleHome)
Returns the Hosts associated with the OracleHome specified or an empty list if none are found.
|
List<Host> |
EnvironmentModel.getHostsHostingOracleHome(String oracleHomeId)
Returns the Hosts associated with the OracleHome specified or an empty list if none are found.
|
Modifier and Type | Method and Description |
---|---|
List<Domain> |
EnvironmentModel.getDomainsOnHost(Host host)
Returns the Domains associated with the Topology in this EnvironmentModel that match the Host specified or an empty
list if no match is found.
|
List<ServerBinding> |
EnvironmentModel.getServerBindingsOnHost(Host host)
Returns the ServerBindings associated with the Host specified or an empty list if none are found.
|
Modifier and Type | Method and Description |
---|---|
Host |
Topology.getHostByAddress(String address)
Returns the Host (physical, virtual, etc.) by its Address.
|
Host |
Topology.getHostById(String id)
Returns the Host (physical, virtual, etc.) by its ID
|
Host |
Host.setAdditionalAddresses(List<String> additionalAddresses)
Sets the additionalAddresses - A List of (IP) additionalAddresses that can be used to identify or connect to this Host.
|
Host |
Host.setAddress(String address)
Sets the default address - An (IP) address that can be used to identify or connect to this Host.
|
Host |
Host.setCredentialRef(String credential)
Sets the Credential reference for the Credential that is required to connect to this Host.
|
Host |
Host.setDirectory(Directory directory)
Sets the Directory reference for the Directory that is associated to this Host.
|
Host |
Host.setId(String id)
Sets the id that is used when referencing this Host.
|
Host |
Host.setLcmListenPort(String lcmListenPort)
Set the listen port for the LCMAgent on this host
|
Host |
Host.setMappedOracleHomes(List<MappedOracleHome> mappedOracleHomes)
Sets the MappedOracleHomes for this Host.
|
Host |
Host.setMappedWebTiers(List<MappedWebTier> mappedWebTiers)
Sets the MappedWebTiers for this Host
|
Host |
Host.setParent(Topology containerTopology) |
Modifier and Type | Method and Description |
---|---|
List<Host> |
Topology.getHosts()
Returns the Hosts (physical, virtual, etc.) that are part of this Topology.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Topology.addHost(Host host)
Adds the Host provided to the list of Hosts in this Topology.
|
Modifier and Type | Method and Description |
---|---|
Topology |
Topology.setHosts(List<Host> hosts)
Set the hosts used by this Topology.
|