Class MdComParameter

java.lang.Object
com.trdp.config.MdComParameter

public class MdComParameter extends Object
Default Message Data communication parameters (<md-com-parameter> element).

Defines interface-level defaults for MD timeouts, TTL, QoS, retries, transport protocol, marshalling, callback behavior, and ports. Individual telegrams may override these via their own MdParameter.

Defaults: confirm-timeout=1000000us, reply-timeout=5000000us, connect-timeout=60000000us, ttl=64, qos=3, retries=2, protocol=UDP, udp-port=17225, tcp-port=17225, num-sessions=1000.

  • Constructor Details

  • Method Details

    • getConfirmTimeout

      public long getConfirmTimeout()
    • getReplyTimeout

      public long getReplyTimeout()
    • getConnectTimeout

      public long getConnectTimeout()
    • getTtl

      public long getTtl()
    • getQos

      public long getQos()
    • getRetries

      public long getRetries()
    • getProtocol

      public String getProtocol()
    • isMarshall

      public boolean isMarshall()
    • getCallback

      public String getCallback()
    • getUdpPort

      public long getUdpPort()
    • getTcpPort

      public long getTcpPort()
    • getNumSessions

      public long getNumSessions()
    • toString

      public String toString()
      Overrides:
      toString in class Object