Class MdParameter
java.lang.Object
com.trdp.config.MdParameter
Per-telegram Message Data parameters (
<md-parameter> element).
Specifies confirm/reply timeouts, marshalling, callback, and transport protocol for an MD telegram.
Defaults: confirm-timeout=0, reply-timeout=0, marshall=off, callback=off, protocol=UDP.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MdParameter
-
-
Method Details
-
getConfirmTimeout
public long getConfirmTimeout() -
getReplyTimeout
public long getReplyTimeout() -
isMarshall
public boolean isMarshall() -
getCallback
-
getProtocol
-
toString
-