| Package | Description |
|---|---|
| org.hawkular.agent.monitor.protocol | |
| org.hawkular.agent.monitor.protocol.dmr | |
| org.hawkular.agent.monitor.protocol.jmx | |
| org.hawkular.agent.monitor.protocol.platform |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointService<L,S extends Session<L>>
A service to discover and sample resources from a single
MonitoredEndpoint. |
class |
ProtocolService<L,S extends Session<L>>
A collection of
EndpointServices that all handle a single protocol and share a single
ResourceTypeManager. |
static class |
ProtocolService.Builder<L,S extends Session<L>> |
| Modifier and Type | Method and Description |
|---|---|
static <L,S extends Session<L>> |
ProtocolService.builder() |
<L,S extends Session<L>> |
ProtocolServices.getEndpointService(String endpointName) |
| Modifier and Type | Method and Description |
|---|---|
void |
Discovery.discoverAllResources(Session<L> session,
Consumer<Resource<L>> resourceConsumer)
Performs the discovery and stores the discovered inventory in this object's inventory manager.
|
<N> void |
Discovery.discoverChildren(Resource<L> parent,
ResourceType<L> childType,
Session<L> session,
Consumer<Resource<L>> resourceConsumer) |
| Modifier and Type | Class and Description |
|---|---|
class |
DMRSession |
| Modifier and Type | Class and Description |
|---|---|
class |
JMXSession |
| Modifier and Type | Class and Description |
|---|---|
class |
PlatformSession |
Copyright © 2015 Red Hat, Inc.. All rights reserved.