Interface | Description |
---|---|
DipBrowser |
Interface allowing a user to browse the DIP namespace.
|
DipData |
Interface for DIP data.
|
DipFactory |
Dip (Data Interchange Protocol) is the publish/subscribe interface for the
CERN inter-domain communication designed according to the requirements
established by the LDIWG (LHC Data Interchange Working Group).
|
DipPublication |
Interface for DIP publications.
|
DipPublicationErrorHandler |
This interface enables asynchronous DIP errors to be reported.
|
DipQuality |
interface to encapsulate data quality flags
|
DipSubscription |
Interface for DIP subscriptions.
|
DipSubscriptionListener |
Interface for DIP subscription Listeners.
|
DipUpdateRequestListener |
An optional interface for
publishers who are to re-read
the data source when a subscriber invokes their requestUpdate
method. |
Class | Description |
---|---|
Dip |
Bootstrapping object to start the DIPimplementation.
|
DipDataUtil |
Utility class to extract any DIP value as an Object, by tag name and value type.
|
DipSubscriptionListenerAdapter |
Default adapter for the DipSubscriptionListener.
|
DipTimestamp |
Should be used to indicate the time at which the value of a DipData Item was
obtained.
|
Enum | Description |
---|---|
DipQualityEnum |
Exception | Description |
---|---|
BadParameter |
Indicates that an illegal or inappropriate argument has been passed to a
method.
|
DipException |
The common superclass for a number of exceptions that can be thrown by Dip.
|
TypeMismatch |
Thrown by "extract" methods of the Data and DataEntry class to indicate
that the actual type of the contained data does not correspond to the
expected type.
|
Error | Description |
---|---|
DipInternalError |
Signals malfunctioning of the Dip middleware.
|
Copyright © 2008–2017 CERN. All rights reserved.