public class EnvironmentDiscovery extends Object
Constructor and Description |
---|
EnvironmentDiscovery() |
Modifier and Type | Method and Description |
---|---|
void |
offlineDomain(EnvironmentModel model,
ModelTarget target,
Boolean refreshOnly)
Discover offline Domain artifacts and add them to the topology
|
void |
onlineDomain(EnvironmentModel model,
ModelTarget target,
Boolean refreshOnly)
Discover online Domain artifacts and add them to the topology
|
void |
oracleHome(EnvironmentModel model,
ModelTarget target,
Boolean refreshOnly)
Discover OracleHome artifacts and add them to the topology object
|
public void offlineDomain(EnvironmentModel model, ModelTarget target, Boolean refreshOnly) throws FMWEnvSpecException
model
- which contains topology object with its offline domain bootstrap parameterstarget
- of type Domain,Server or Cluster and contains a reference to the right domain bootstrap parametersrefreshOnly
- update only existing attributes or also add new artifacts and its attributesFMWEnvSpecException
- when the offline domain discovery failspublic void onlineDomain(EnvironmentModel model, ModelTarget target, Boolean refreshOnly) throws FMWEnvSpecException
model
- which contains topology object with its online domain bootstrap parameterstarget
- of type Domain,Server or Cluster and contains a reference to the right domain bootstrap parametersrefreshOnly
- update only existing attributes or also add new artifacts and its attributesFMWEnvSpecException
- when the online domain discovery failspublic void oracleHome(EnvironmentModel model, ModelTarget target, Boolean refreshOnly) throws FMWEnvSpecException
model
- which contains topology object with its OracleHome bootstrap parameterstarget
- with an OracleHome id which can be used to get the right bootstrap parametersrefreshOnly
- update only existing attributes or also add new artifacts and its attributesFMWEnvSpecException
- when the OracleHome discovery fails