Interface DCTransport

All Superinterfaces:
Runnable
All Known Implementing Classes:
EITransport, FileEITransport, FileEITransport, FileOITransport, FlatFileEIProcessor, FtpEITransport, GenericFlatFileProcessor, GenericUdpEITransport, IPDRFileTransport, IPDRTransport, JDBCEITransport, JDBCOITransport, KnownFieldLengthFileProcessor, NAREIFileProcessor, OITransport, OpenFileEITransport, RadiusOITransport, SoapXmlEITransport, Sol42EITransport, TcpEITransport, TcpOITransport, UdpEITransport, UdpOITransport, XMLFileTransport, XMLTransport

public interface DCTransport extends Runnable
Methods common to all transports.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    This method is used to check the transport's state of health.
    void
     

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • shutdown

      void shutdown()
    • isHealthy

      boolean isHealthy()
      This method is used to check the transport's state of health.
      Returns:
      true if the transport is healthy, false otherwise