public class EnvironmentDomainMapping extends Object
Constructor and Description |
---|
EnvironmentDomainMapping() |
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 add 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 optional add 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 - 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
|
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)
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