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<Server> |
DomainEnvironment.getServers() |
List<Server> |
OfflineEnvironment.getServers()
Returns list of server objects of the discovered offline WebLogic Domain In offline mode it is not possible to retrieve the value of a particular WebLogic attribute when it contains the default value.
|
List<Server> |
OnlineEnvironment.getServers()
Returns list of server objects of the discovered WebLogic Domain
|
Modifier and Type | Field and Description |
---|---|
protected List<Server> |
Cluster.servers |
Modifier and Type | Method and Description |
---|---|
Server |
Server.setAdminPort(Integer adminPort)
Sets the adminPort of the Server.
|
Server |
Server.setAdminServer(boolean adminServer)
Sets if this Server is the AdminServer.
|
Server |
Server.setAutoKillIfFailed(boolean autoKillIfFailed)
Sets the autoKillIfFailed of the Server.
|
Server |
Server.setAutoRestart(boolean autoRestart)
Sets the autoRestart of the Server.
|
Server |
Server.setCluster(String cluster)
Sets the cluster of the Server.
|
Server |
Server.setCompleteMessageTimeout(Integer completeMessageTimeout)
Sets the completeMessageTimeout of the Server.
|
Server |
Server.setDomainLogBroadcastSeverity(String domainLogBroadcastSeverity)
Sets the domainLogBroadcastSeverity of the Server.
|
Server |
Server.setFailureAction(String failureAction)
Sets the failureAction of the Server.
|
Server |
Server.setGracefulShutdownTimeout(Integer gracefulShutdownTimeout)
Sets the gracefulShutdownTimeout of the Server.
|
Server |
Server.setHostNameVerificationIgnored(boolean hostNameVerificationIgnored)
Sets the hostNameVerificationIgnored of the Server.
|
Server |
Server.setHostNameVerifier(String hostNameVerifier)
Sets the hostNameVerifier of the Server.
|
Server |
Server.setIdentityKeystore(String identityKeystore)
Sets the identityKeystore of the Server.
|
Server |
Server.setIgnoreSessionDuringShutdown(boolean ignoreSessionDuringShutdown)
Sets value of the IgnoreSessionDuringShutdown attribute.
|
Server |
Server.setJdbcLLRTableName(String jdbcLLRTableName)
Sets the jdbcLLRTableName of the Server.
|
Server |
Server.setJvmArgs(String jvmArgs)
Sets the jvmArgs of the Server.
|
Server |
Server.setKeyAlias(String keyAlias)
Sets the keyAlias of the Server.
|
Server |
Server.setKeyStores(String keyStores)
Sets the keyStores of the Server.
|
Server |
Server.setListenAddress(String listenAddress)
Sets the listenAddress of the Server.
|
Server |
Server.setListenAddress2(String listenAddress)
Sets the listenAddress of the Server.
|
Server |
Server.setListenPort(Integer listenPort)
Sets the listenPort of the Server.
|
Server |
Server.setListenPortEnabled(boolean listenPortEnabled) |
Server |
Server.setLogFileSeverity(String logFileSeverity)
Sets the logFileSeverity of the Server.
|
Server |
Server.setMachine(String machine)
Sets the machine of the Server.
|
Server |
Server.setMaxMessageSize(Long maxMessageSize)
Sets the maxMessageSize of the Server.
|
Server |
Server.setMaxStuckThreadTime(Integer maxStuckThreadTime)
Sets the maxStuckThreadTime of the Server.
|
Server |
Server.setMemoryBufferSeverity(String memoryBufferSeverity)
Sets the memoryBufferSeverity of the Server.
|
Server |
Server.setName(String name)
Sets the name of the Server.
|
Server |
Server.setRestartDelaySeconds(Integer restartDelaySeconds)
Sets the restartDelaySeconds of the Server.
|
Server |
Server.setRestartIntervalSeconds(Integer restartIntervalSeconds)
Sets the restartIntervalSeconds of the Server.
|
Server |
Server.setRestartMax(Integer restartMax)
Sets the restartMax of the Server.
|
Server |
Server.setServerStartMode(String serverStartMode)
Sets the serverStartMode of the Server.
|
Server |
Server.setSslEnabled(boolean sslEnabled)
Sets the sslEnabled of the Server.
|
Server |
Server.setSslListenPort(Integer sslListenPort)
Sets the sslListenPort of the Server.
|
Server |
Server.setStartupMode(String startupMode)
Sets the startupMode of the Server.
|
Server |
Server.setStdoutSeverity(String stdoutSeverity)
Sets the stdoutSeverity of the Server.
|
Server |
Server.setStuckThreadCount(Integer stuckThreadCount)
Sets the stuckThreadCount of the Server.
|
Server |
Server.setStuckThreadMaxTime(Integer stuckThreadMaxTime)
Sets the stuckThreadMaxTime of the Server.
|
Server |
Server.setStuckThreadTimerInterval(Integer stuckThreadTimerInterval)
Sets the stuckThreadTimerInterval of the Server.
|
Server |
Server.setTrustKeystore(String trustKeystore)
Sets the trustKeystore of the Server.
|
Server |
Server.setTunnelingEnabled(boolean tunnelingEnabled)
Sets the tunnelingEnabled of the Server.
|
Server |
Server.setTwoWaySslEnabled(boolean twoWaySslEnabled)
Sets the twoWaySslEnabled of the Server.
|
Server |
Server.setUseFusionForLLR(boolean useFusionForLLR)
Sets the useFusionForLLR of the Server.
|
Modifier and Type | Method and Description |
---|---|
List<Server> |
Cluster.getServers()
Returns the list of cluster Server objects.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.setServers(List<Server> servers)
Sets the list of Cluster Server objects.
|
Modifier and Type | Method and Description |
---|---|
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
|