See: Description
Interface | Description |
---|---|
NodeEvent |
Represents an event in the end-station information model.
|
NodeFilter |
A filter which matches against information in a
Node . |
NodeListener |
Entity capable of receiving asynchronous notifications about changes in
end-station information model.
|
NodeService |
Provides read-only access to node-related information in the network model.
|
NodeSupplier |
A supplier of node-related information to a
NodeSupplierService . |
NodeSuppliersBroker |
Acts as a broker for multiple suppliers of node-related information.
|
NodeSupplierService |
Provides write access to node-related information in the network model.
|
Class | Description |
---|---|
DefaultNodeEvent |
Default implementation of
NodeEvent . |
DefaultNodeFilter |
Default implementation of
NodeFilter which allows matching
against any field in the Node . |
NodeListenerAdapter |
Adapter implementation of the
NodeListener . |
NodeServiceAdapter |
Adapter implementation of the
NodeService . |
NodeSuppliersBrokerAdapter |
An adapter for the
NodeSuppliersBroker API,
provided specifically for unit tests and implementers to use, to insulate
from changes in the API. |
NodeSupplierServiceAdapter |
An adapter for the
NodeSupplierService API, provided specifically for
unit tests and implementers to use, to insulate from changes in the API. |
Enum | Description |
---|---|
NodeEvent.Type |
Node event types.
|
Copyright © 2015. All Rights Reserved.