| Modifier and Type | Method and Description |
|---|---|
ResourceTypeManager<L> |
DiscoveryEvent.getResourceTypeManager() |
| Constructor and Description |
|---|
DiscoveryEvent(SamplingService<L> samplingService,
ResourceManager<L> resourceManager,
ResourceTypeManager<L> resourceTypeManager)
Creates a discovery event.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceTypeManager<L> |
Session.getResourceTypeManager() |
ResourceTypeManager<L> |
EndpointService.getResourceTypeManager() |
| Constructor and Description |
|---|
EndpointService(String feedId,
MonitoredEndpoint<MonitorServiceConfiguration.EndpointConfiguration> endpoint,
ResourceTypeManager<L> resourceTypeManager,
LocationResolver<L> locationResolver,
ProtocolDiagnostics diagnostics) |
Session(String feedId,
MonitoredEndpoint<MonitorServiceConfiguration.EndpointConfiguration> endpoint,
ResourceTypeManager<L> resourceTypeManager,
Driver<L> driver,
LocationResolver<L> locationResolver) |
| Constructor and Description |
|---|
DMREndpointService(String feedId,
MonitoredEndpoint<MonitorServiceConfiguration.EndpointConfiguration> endpoint,
ResourceTypeManager<DMRNodeLocation> resourceTypeManager,
ModelControllerClientFactory modelControllerClientFactory,
ProtocolDiagnostics diagnostics) |
DMRSession(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<DMRNodeLocation> resourceTypeManager,
Driver<DMRNodeLocation> driver,
LocationResolver<DMRNodeLocation> locationResolver,
org.jboss.as.controller.client.ModelControllerClient client) |
| Constructor and Description |
|---|
JMXEndpointService(String feedId,
MonitoredEndpoint<MonitorServiceConfiguration.EndpointConfiguration> endpoint,
ResourceTypeManager<JMXNodeLocation> resourceTypeManager,
ProtocolDiagnostics diagnostics) |
JMXSession(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<JMXNodeLocation> resourceTypeManager,
Driver<JMXNodeLocation> driver,
LocationResolver<JMXNodeLocation> locationResolver,
org.jolokia.client.J4pClient client) |
| Constructor and Description |
|---|
PlatformEndpointService(String feedId,
MonitoredEndpoint<MonitorServiceConfiguration.EndpointConfiguration> endpoint,
ResourceTypeManager<PlatformNodeLocation> resourceTypeManager,
ProtocolDiagnostics diagnostics) |
PlatformSession(String feedId,
MonitoredEndpoint endpoint,
ResourceTypeManager<PlatformNodeLocation> resourceTypeManager,
Driver<PlatformNodeLocation> driver,
LocationResolver<PlatformNodeLocation> locationResolver) |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.