Package org.jlab.coda.emu.support.transport


package org.jlab.coda.emu.support.transport
  • Class
    Description
    This interface defines an object that can send and receive data.
    This class provides boilerplate code for the DataChannel interface (which includes the CODAStateMachine interface).
    This class implement a data channel which gets data from or sends data to a cMsg server.
    This class implement a data channel which gets-data-from/sends-data-to an Emu domain client/server.
    This class implement a data channel which gets data from or sends data to an ET system.
    This class implements a DataChannel to act as a fifo.
    Implementation of a DataChannel reading/writing from/to a file in EVIO format.
    This interface defines how data is transported and does not refer to a particular data connection.
    This class provides a bare-bones implementation of the DataTransport interface (which includes the CODAStateMachine interface).
    This class specifies a single cMsg server.
    This class specifies a single cMsg server.
    This class specifies a single ET system to connect to.
    Implement a DataTransport that creates FIFO DataChannels based on the RingBuffer.
    Implement a DataTransport that uses DataChannels based on EVIO format files.
    Much of this copied from the the RCMulticastDomain's RCMulticast class.
    This class is the cMsg Emu domain TCP server run inside of an EMU.
    Basically a copy of RCMulticastDomain's rcListeningThread class.
    This class is an enum which lists all the possible communication types used in input and output data channels.