public class DiscoveryEvent<L> extends Object
InventoryListener| Constructor and Description |
|---|
DiscoveryEvent(SamplingService<L> samplingService,
ResourceManager<L> resourceManager,
ResourceTypeManager<L> resourceTypeManager)
Creates a discovery event.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceManager<L> |
getResourceManager() |
ResourceTypeManager<L> |
getResourceTypeManager() |
SamplingService<L> |
getSamplingService() |
public DiscoveryEvent(SamplingService<L> samplingService, ResourceManager<L> resourceManager, ResourceTypeManager<L> resourceTypeManager)
samplingService - a service that provides details such as feed ID and endpoint information that helps
identify the resources in the event, plus has methods that can be used to monitor
the resources in the event.resourceManager - the resources associated with the discoveryresourceTypeManager - the resource types associated with the discoverypublic SamplingService<L> getSamplingService()
public ResourceManager<L> getResourceManager()
public ResourceTypeManager<L> getResourceTypeManager()
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.