|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiscoveryBossRemote
The remote boss interface to the discovery subsystem.
Method Summary | |
---|---|
void |
ignoreResources(Subject subject,
int[] resourceIds)
Analogous to the GUI feature Ignore Resources in the auto discovery queue. |
void |
importResources(Subject subject,
int[] resourceIds)
Analogous to the GUI feature Import Resources in the auto discovery queue. |
Resource |
manuallyAddResource(Subject subject,
int resourceTypeId,
int parentResourceId,
Configuration pluginConfiguration)
Manually Add the resource of the specified type to inventory using the specified plugin configuration (i.e. |
void |
unignoreResources(Subject subject,
int[] resourceIds)
Analogous to the GUI feature Unignore Resources in the auto discovery queue. |
Method Detail |
---|
void importResources(Subject subject, int[] resourceIds)
ResourceManagerRemote.findResourcesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceCriteria)
.
subject
- resourceIds
- void ignoreResources(Subject subject, int[] resourceIds)
ResourceManagerRemote.findResourcesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceCriteria)
.
subject
- resourceIds
- void unignoreResources(Subject subject, int[] resourceIds)
ResourceManagerRemote.findResourcesByCriteria(org.rhq.core.domain.auth.Subject, org.rhq.core.domain.criteria.ResourceCriteria)
.
subject
- resourceIds
- @NotNull Resource manuallyAddResource(Subject subject, int resourceTypeId, int parentResourceId, Configuration pluginConfiguration) throws Exception
subject
- the user making the requestresourceTypeId
- the type of resource to be manually discoveredparentResourceId
- the id of the resource that will be the parent of the manually discovered resourcepluginConfiguration
- the properties that should be used to connect to the underlying managed resource
Exception
- if connecting to the underlying managed resource failed due to invalid plugin configuration or
if the manual discovery fails for any reason.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |