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.domain |
This package contains classes that are used to describe components of a WebLogic Domain.
|
oracle.fmwplatform.envspec.environment.topology |
This package contains classes that are used to describe components of a Topology.
|
Modifier and Type | Method and Description |
---|---|
abstract Domain |
DomainEnvironment.getDomain() |
Domain |
OfflineEnvironment.getDomain()
Returns a Domain object, this object only has fields which is associated with WebLogic Domain properties like JTA timeout etc and does not have any server or cluster information.
|
Domain |
OnlineEnvironment.getDomain()
Returns a Domain object, this object only has fields which is associated with WebLogic Domain properties like JTA timeout etc and does not have any server or cluster information.
|
Modifier and Type | Method and Description |
---|---|
Domain |
Domain.setAdministrationPort(int administrationPort) |
Domain |
Domain.setAdministrationPortEnabled(boolean administrationPortEnabled) |
Domain |
Domain.setAdministrationProtocol(String administrationProtocol) |
Domain |
Domain.setAdminServerName(String adminServerName)
Sets the adminServerName of the Domain.
|
Domain |
Domain.setApplicationPath(String applicationPath)
Set the domain application path.
|
Domain |
Domain.setCrossDomainSecurityEnabled(boolean crossDomainSecurityEnabled)
Sets the crossDomainSecurityEnabled of the Domain.
|
Domain |
Domain.setExalogicOptimizationsEnabled(boolean exalogicOptimizationsEnabled)
Sets the exalogicOptimizationsEnabled of the Domain.
|
Domain |
Domain.setJdbcLLRTableName(String jdbcLLRTableName)
Sets the jdbcLLRTableName of the Domain.
|
Domain |
Domain.setJtaTimeout(Integer jtaTimeout)
Sets the jtaTimeout of the Domain.
|
Domain |
Domain.setName(String name)
Sets the name of the Domain.
|
Domain |
Domain.setNodeManagerUsername(String nodeManagerUsername)
Sets the nodeManagerUsername of the Domain.
|
Domain |
Domain.setPath(String path)
Sets the path of the Domain.
|
Domain |
Domain.setProductionMode(boolean productionMode)
Sets the productionMode of the Domain.
|
Modifier and Type | Method and Description |
---|---|
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
|