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 List<NodeManager> |
DomainEnvironment.getNodeManagers() |
List<NodeManager> |
OfflineEnvironment.getNodeManagers()
returns the list of nodemanager or machine objects of the discovered offline WebLogic Domain.
|
List<NodeManager> |
OnlineEnvironment.getNodeManagers()
returns the list of nodemanager or machine objects of the discovered WebLogic Domain.
|
Modifier and Type | Method and Description |
---|---|
NodeManager |
NodeManager.setAddress(String address)
Sets the address of the NodeManager.
|
NodeManager |
NodeManager.setConnectionType(NodeManager.ConnectionType connectionType)
Sets the connectionType of the NodeManager.
|
NodeManager |
NodeManager.setName(String name)
Sets the name of the NodeManager.
|
NodeManager |
NodeManager.setPort(Integer port)
Sets the port of the NodeManager.
|
Modifier and Type | Method and Description |
---|---|
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
|