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<Cluster> |
DomainEnvironment.getClusters() |
List<Cluster> |
OfflineEnvironment.getClusters()
returns the list of cluster objects of the discovered offline WebLogic Domain.
|
List<Cluster> |
OnlineEnvironment.getClusters()
returns the list of cluster objects of the discovered WebLogic Domain.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.setClusterAddress(String clusterAddress)
Sets the clusterAddress of the cluster.
|
Cluster |
Cluster.setMembers(List<String> members)
Sets the list of cluster members names.
|
Cluster |
Cluster.setMessagingMode(Cluster.MessagingMode messagingMode)
Sets the messagingMode of the cluster.
|
Cluster |
Cluster.setMulticastAddress(String multicastAddress)
Sets the multicastAddress of the cluster.
|
Cluster |
Cluster.setMulticastPort(Integer multicastPort)
Sets the multicastPort of the cluster.
|
Cluster |
Cluster.setName(String name)
Sets the name of the cluster.
|
Cluster |
Cluster.setServers(List<Server> servers)
Sets the list of Cluster Server objects.
|
Cluster |
Cluster.setUnicastBroadcastChannel(Integer unicastBroadcastChannel)
Sets the unicastBroadcastChannel of the cluster.
|
Modifier and Type | Method and Description |
---|---|
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
|