Class Subsystem.Outbound

java.lang.Object
org.openwms.common.comm.config.Subsystem.Outbound
Enclosing class:
Subsystem

public static class Subsystem.Outbound extends Object
  • Field Details

    • mode

      private Subsystem.MODE mode
      Whether the outbound connection channel is operated in client or server mode.
    • hostname

      private String hostname
      The hostname to connect to in client mode.
    • port

      private Integer port
      The port to connect to in client mode.
    • soTimeout

      private Integer soTimeout
      Socket timeout in [ms], the idle time when to close the connection.
    • soSendBufferSize

      private Integer soSendBufferSize
      The size of the send buffer for tcp/ip connections.
    • identifiedByField

      private String identifiedByField
      The telegram field name that identifies the corresponding receiving party.
    • identifiedByValue

      private String identifiedByValue
      The value of the identifying field to match the corresponding receiving party.
  • Constructor Details

    • Outbound

      public Outbound()
  • Method Details

    • getMode

      public Subsystem.MODE getMode()
    • setMode

      public void setMode(Subsystem.MODE mode)
    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String hostname)
    • getPort

      public Integer getPort()
    • setPort

      public void setPort(Integer port)
    • getSoTimeout

      public Integer getSoTimeout()
    • setSoTimeout

      public void setSoTimeout(Integer soTimeout)
    • getSoSendBufferSize

      public Integer getSoSendBufferSize()
    • setSoSendBufferSize

      public void setSoSendBufferSize(Integer soSendBufferSize)
    • getIdentifiedByField

      public String getIdentifiedByField()
    • setIdentifiedByField

      public void setIdentifiedByField(String identifiedByField)
    • getIdentifiedByValue

      public String getIdentifiedByValue()
    • setIdentifiedByValue

      public void setIdentifiedByValue(String identifiedByValue)