Package gov.usgs.earthquake.eidsutil


package gov.usgs.earthquake.eidsutil
Wrappers for the Earthquake Information Distribution System (EIDS). CorbaSender sends messages to an EIDS server that is configured with a CorbaFeeder. EIDSClient receives messages from an EIDS server, and allows them to be processed in memory instead of using a filesystem. EIDS distributes any valid XML message, but was particularly integrated with EQXML messages. PDL uses EIDS components as a reliable notification channel, but is designed in a way for other reliable notification channels to be integrated. See these classes for more information on how these systems are integrated:
  • Class
    Description
    A CorbaSender is essentially a client-side wrapper for the QWFeeder IDL file specified by ISTI.
    An EIDS client that is a java event source.
    Receives messages from an EIDSClient.
    EIDSMessageEvent objects are sent from EIDSClients to EIDSListeners.
    An EIDS client that is a java event source.