Class TransmissionConstraint

  • All Implemented Interfaces:
    Serializable

    public class TransmissionConstraint
    extends Object
    implements Serializable
    A CommandTransmission constraint is used to check that the command can be run in the current operating mode and may block the transmission of the command if the constraint condition is true.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransmissionConstraint

        public TransmissionConstraint​(MatchCriteria criteria,
                                      long timeout)
    • Method Detail

      • getTimeout

        public long getTimeout()