Package | Description |
---|---|
oracle.fmwplatform.envspec.environment |
This package contains classes that are used to represent various types of actual (existing) environments.
|
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.targets | |
oracle.fmwplatform.envspec.model.topology |
Classes used to describe a Topology.
|
Modifier and Type | Field and Description |
---|---|
protected Domain |
DomainEnvironment.topologyDomain |
Modifier and Type | Method and Description |
---|---|
static Domain |
EnvironmentBootstrapMapping.buildBootstrapDomain(String domainId, String domainPath, String adminUrl, String adminCredentialRef)
Create a Domain object and add the online or offline bootstrap parameters
|
static Domain |
EnvironmentBootstrapMapping.mapDomain(EnvironmentModel model, Domain domain)
Maps a Domain to a given EnvironmentModel
|
Modifier and Type | Method and Description |
---|---|
static Topology |
EnvironmentBootstrapMapping.buildBootstrapTopology(String topologyName, OracleHome oracleHome, Domain domain)
Create a basic topology object with an Oracle home and a Domain object
|
protected MappedDomain |
EnvironmentHostMapping.findMappedDomain(Host host, Domain topologyDomain, OracleHome topologyOracleHome)
Find the right mappedDomain inside a host
|
static Domain |
EnvironmentBootstrapMapping.mapDomain(EnvironmentModel model, Domain domain)
Maps a Domain to a given EnvironmentModel
|
static void |
EnvironmentBootstrapMapping.mapDomainToOracleHome(MappedOracleHome mappedOracleHome, Domain domain)
Adds Domain to MappedOracleHome
|
void |
EnvironmentDomainMapping.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 |
EnvironmentDatabaseMapping.updateDataSource(DataSource dataSource, Topology topology, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> dataSourceParameterAlias, Domain topologyDomain, Boolean refreshOnly)
Add database object on a topology object based on the discovered datasource
|
void |
EnvironmentDomainMapping.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 |
EnvironmentHostMapping.updateNodeManager(NodeManager nodeManager, Topology topology, HashMap<String,oracle.fmwplatform.envspec.lookup.AliasWLSTValues> nodemanagerParameterAlias, Domain topologyDomain, OracleHome topologyOracleHome, Boolean refreshOnly)
Convert a discovered environment nodemanager or machine object to a topology nodemanager object, add this nodemanager as a new host and as a nodemanager reference to the domain mapping
|
void |
EnvironmentDomainMapping.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
|
Modifier and Type | Method and Description |
---|---|
Domain |
EnvironmentModel.getDomainById(String domainId)
Returns the Domain for the domainId specified or null if it is not found.
|
Modifier and Type | Method and Description |
---|---|
List<Domain> |
EnvironmentModel.getDomains()
Returns the Domains associated with the Topology in this EnvironmentModel or an empty list if none are found.
|
List<Domain> |
EnvironmentModel.getDomainsByName(String domainName) |
List<Domain> |
EnvironmentModel.getDomainsForNodeManagerId(String nodeManagerId)
Returns the Domains that are associated with the NodeManager specified or an empty list if no matches are found.
|
List<Domain> |
EnvironmentModel.getDomainsForNodeManagerId(String nodeManagerId, boolean localOnly)
Returns the Domains that are associated with the NodeManager specified or an empty list if no matches are found.
|
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<Domain> |
EnvironmentModel.getDomainsOnHost(String hostId)
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<Domain> |
EnvironmentModel.getDomainsUsingOracleHome(OracleHome oracleHome)
Returns the Domains using the OracleHome specified or an empty list if no matches are found.
|
List<Domain> |
EnvironmentModel.getDomainsUsingOracleHome(String oracleHomeId)
Returns the Domains that are associated with the OracleHome specified or an empty list if no matches are found
|
Modifier and Type | Method and Description |
---|---|
ClusterBinding |
EnvironmentModel.getClusterBindingByNameForDomain(String clusterBindingName, Domain domain)
Returns the ClusterBinding for the name specified or null if no match is found.
|
List<ClusterBinding> |
EnvironmentModel.getClusterBindingsForDomain(Domain domain)
Returns the ClusterBindings for the Domain specified or an empty list if no match is found.
|
List<String> |
EnvironmentModel.getClusterIdsInDomain(Domain domain)
Returns the Cluster ids associated with the Domain specified or an empty list if no match is found.
|
List<Cluster> |
EnvironmentModel.getClustersInDomain(Domain domain)
Returns the Clusters associated with the Domain specified or an empty list if no match is found.
|
List<DataSourceBinding> |
EnvironmentModel.getDataSourceBindingsInDomain(Domain domain)
Returns the DataSourceBindings associated with the Domain specified or an empty list if no match is found
|
List<String> |
EnvironmentModel.getDataSourceNamesInDomain(Domain domain)
Returns the DataSource names associated with the Domain specified or an empty list if no match is found.
|
List<String> |
EnvironmentModel.getHostIdsHostingDomain(Domain domain)
Returns the Host ids associated with the Domain specified 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<String> |
EnvironmentModel.getServerIdsInDomain(Domain domain)
Returns the Server ids associated with the Domain specified or an empty list if none are found.
|
List<Server> |
EnvironmentModel.getServersInDomain(Domain domain)
Returns the Servers associated with the Domain specified or an empty list if none are found.
|
List<String> |
EnvironmentModel.getTemplateNamesInDomain(Domain domain)
Returns the Templates associated with the Domain specified or an empty list if none are found.
|
List<Template> |
EnvironmentModel.getTemplatesInDomain(Domain domain)
Returns the Templates associated with the Domain specified or an empty list if none are found.
|
Modifier and Type | Method and Description |
---|---|
protected Domain |
ModelTargetImpl.getDomainById(String name, EnvironmentModel model) |
protected Domain |
ModelTargetImpl.getDomainByName(String name, EnvironmentModel model) |
Modifier and Type | Method and Description |
---|---|
Domain |
MappedDomain.getDomain()
Returns the domain that this MappedDomain is based on.
|
Domain |
WebTierBinding.getParent()
Returns the object that contains this entity
|
Domain |
ServerBinding.getParent() |
Domain |
ClusterBinding.getParent() |
Domain |
Schema.getParent() |
Domain |
Domain.removeClusterBindings()
Removes the clusterBindings of this Domain
|
Domain |
Domain.removeDependencies()
Removes the id of this Domain
|
Domain |
Domain.removePath()
Clears the path to the location on the file system where the Domain is located.
|
Domain |
Domain.removeSchemas()
Removes the schemas of this Database
|
Domain |
Domain.removeServerBindings()
Removes the serverBindings of this Database
|
Domain |
Domain.removeType()
Removes the type of this Domain
|
Domain |
Domain.removeWebTierBindings()
Removes the webTierBindings of this Database
|
Domain |
Domain.setAdminCredentialRef(String adminCredentialRef)
Sets the Credential reference for the AdminServer of this Domain
|
Domain |
Domain.setAdminServerUrl(String adminServerUrl)
Sets the URL for the aAdminServer
|
Domain |
Domain.setApplicationPath(String applicationPath)
Set the domain application path.
|
Domain |
Domain.setDefaultCoherencePort(String defaultCoherencePort)
Set the domain defaultCoherencePort value.
|
Domain |
Domain.setDomainProfile(DomainProfile domainProfile)
Sets the DomainProfile for this Domain.
|
Domain |
Domain.setId(String id)
Sets id to be used when referencing this Domain.
|
Domain |
Domain.setName(String name)
Sets the name of this Domain.
|
Domain |
Domain.setParent(Topology containerTopology) |
Domain |
Domain.setPath(String path)
Sets the path to the location on the file system where the Domain is located.
|
Domain |
Domain.setProvides(String provides)
Set the domain provides value.
|
Domain |
Domain.setTuningParameters(TuningParameters tuningParameters)
Sets the TuningParameters for this Domain or null if no TuningParameters.
|
Domain |
Domain.setType(Type type)
Sets the type of the Domain (local or shared).
|
Modifier and Type | Method and Description |
---|---|
List<Domain> |
Topology.getDomains()
Identify the WebLogic Domains in this Topology or an empty list if none are present.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Topology.addDomain(Domain domain)
Adds the Domain provided to the list of Domains in this Topology.
|
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.
|
WebTierBinding |
WebTierBinding.setParent(Domain containerDomain)
Sets the container object that contains this.
|
ServerBinding |
ServerBinding.setParent(Domain containerDomain) |
ClusterBinding |
ClusterBinding.setParent(Domain containerDomain) |
Schema |
Schema.setParent(Domain containerDomain) |
static void |
DomainValidation.validateDomain(Domain domain, oracle.fmwplatform.util.validation.Validate validate)
Validate the specified domain, adding any messages to the validation results.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Topology.addAllDomains(List<Domain> domains)
Adds the Domains provided to the list of Domains in this Topology.
|
Topology |
Topology.setDomains(List<Domain> domains)
Sets the list of Domains in this Topology.
|
Constructor and Description |
---|
MappedDomain(Domain domain)
Creates an instance of MappedDomain based on the Domain specified.
|