Package cern.dip
-
Interface Summary 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 flagsDipSubscription Interface for DIP subscriptions.DipSubscriptionListener Interface for DIP subscription Listeners.DipUpdateRequestListener An optional interface forpublishers
who are to re-read the data source when a subscriber invokes theirrequestUpdate
method. -
Class Summary 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 Summary Enum Description DipQualityEnum -
Exception Summary 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 Summary Error Description DipInternalError Signals malfunctioning of the Dip middleware.