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