public class EnvironmentDiscovery extends Object
Constructor and Description |
---|
EnvironmentDiscovery() |
Modifier and Type | Method and Description |
---|---|
void |
offline(EnvironmentModel model, DiscoveryOptions options, ModelTarget target)
Discover offline Domain artifacts and add them to the topology
|
void |
offline(EnvironmentModel model, ModelTarget target, Boolean refreshOnly)
Deprecated.
|
void |
online(EnvironmentModel model, DiscoveryOptions options, ModelTarget target)
Discover online Domain artifacts and add them to the topology
|
void |
online(EnvironmentModel model, ModelTarget target, Boolean refreshOnly)
Deprecated.
|
void |
oracleHome(EnvironmentModel model, ModelTarget target, Boolean refreshOnly)
Discover OracleHome artifacts and add them to the topology object
|
protected void |
retrieveBootstrapObjects(ModelTarget target, EnvironmentModel model)
retrieve the topology domain object together with the host and oracle home object these objects are needed to map all the discovered objects to the right topology object
|
@Deprecated public void offline(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 offline(EnvironmentModel model, DiscoveryOptions options, ModelTarget target) throws FMWEnvSpecException
model
- which contains topology object with its online domain bootstrap parametersoptions
- a DiscoveryOptions object containing any options desired during discoverytarget
- of type Domain,Server or Cluster and contains a reference to the right domain bootstrap parametersFMWEnvSpecException
- in the event of a critical error@Deprecated public void online(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 online(EnvironmentModel model, DiscoveryOptions options, ModelTarget target) throws FMWEnvSpecException
model
- which contains topology object with its online domain bootstrap parametersoptions
- a DiscoveryOptions object containing any options desired during discoverytarget
- of type Domain,Server or Cluster and contains a reference to the right domain bootstrap parametersFMWEnvSpecException
- in the event of a critical errorpublic 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 failsprotected void retrieveBootstrapObjects(ModelTarget target, EnvironmentModel model) throws FMWEnvSpecException
target
- EnvironmentTarget which points to a domain, cluster or a servermodel
- Model object for retrieving the bootstrap parametersFMWEnvSpecException
- in the event of a critical error