| Interface | Description |
|---|---|
| Driver<L> |
An interface to encapsulate a protocol specific access to resources.
|
| LocationResolver<L> |
A bunch of methods to manipulate with protocol specific locations.
|
| Class | Description |
|---|---|
| Discovery<L> |
Discovers resources.
|
| EndpointService<L,S extends Session<L>> |
A service to discover and sample resources from a single
MonitoredEndpoint. |
| ProtocolService<L,S extends Session<L>> |
A collection of
EndpointServices that all handle a single protocol and share a single
ResourceTypeManager. |
| ProtocolService.Builder<L,S extends Session<L>> | |
| ProtocolServices |
This object contains all the
ProtocolServices and their inventories (that is, all the managed
DMR endpoints, managed JMX endpoints, etc). |
| ProtocolServices.Builder | |
| Session<L> |
A superclass for protocol specific session implementations.
|
| Exception | Description |
|---|---|
| ProtocolException |
Thrown on any problems related to the protocol specific access to resources.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.