public class OnlineEnvironment extends DomainEnvironment
clusterId, domainId, serverId, topologyDomain, topologyOracleHome, wlstInvoker, wlstModulePrefixtopology| Constructor and Description |
|---|
OnlineEnvironment(EnvironmentModel model,
ModelTarget target)
OnlineEnvironment constructor which will allow users to create an environment object representing the online query
interface into the WebLogic domain
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Disconnect from the WebLogic managed server and end the embedded WLST session
|
endSession, execWLST, getWlstInvoker, retrieveTopologyObjects, startSession, validateEnvironmentTargetpublic OnlineEnvironment(EnvironmentModel model, ModelTarget target) throws FMWEnvSpecException
model - EnvironmentModel which contains a topology with at least the online bootstrap parameterstarget - EnvironmentModelTarget with Domain, CLuster or Server target type which can be used to focus on a
particular area of the online WebLogic domainFMWEnvSpecException - on errorpublic void close()
throws FMWEnvSpecException
FMWEnvSpecException - when disconnect or end session fails