public class EnvironmentDomainMapping extends Object
| Constructor and Description |
|---|
EnvironmentDomainMapping()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
updateCluster(Cluster cluster, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> clusterParameterAlias, Domain topologyDomain, Boolean refreshOnly)
Updates the topology domain object based on the discovered cluster information and adds the cluster to the domain profile and clusterBindings
|
void |
updateDomain(Domain domain, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> domainParameterAlias, Domain topologyDomain, Boolean refreshOnly)
Updates the topology domain object based on the discovered online and offline domain information and optionally adds a domain profile with the domain tuning parameters.
|
void |
updateServer(Server server, Topology topology, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> serverParameterAlias, Domain topologyDomain, OracleHome topologyOracleHome, Boolean refreshOnly)
Based on the discovered online or offline environment server object do the following:
|
public void updateCluster(Cluster cluster, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> clusterParameterAlias, Domain topologyDomain, Boolean refreshOnly)
cluster - discovered environment cluster objectclusterParameterAlias - requested WLST cluster attributestopologyDomain - the topology domain object which will be updated, based on the environmentTargetrefreshOnly - only update existing objects or attributespublic void updateDomain(Domain domain, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> domainParameterAlias, Domain topologyDomain, Boolean refreshOnly)
domain - discovered environment domain objectdomainParameterAlias - requested WLST domain attributestopologyDomain - the topology domain object which will be updated, based on the environmentTargetrefreshOnly - only update existing objects or attributespublic void updateServer(Server server, Topology topology, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> serverParameterAlias, Domain topologyDomain, OracleHome topologyOracleHome, Boolean refreshOnly)
Update the server references Update the server references to a domain mapping Update the server bindings on the topology domain object Update the server in the domain profile of the topology domain object
server - discovered Environment Server objecttopology - Topology object which will be updated with Server mappings and bindingsserverParameterAlias - requested WLST server attributestopologyDomain - the topology domain object which will be updated, based on the environmentTargettopologyOracleHome - the topology oracle home to be used for the updaterefreshOnly - only update existing objects or attributes