Class Connections

java.lang.Object
org.openwms.common.comm.config.Connections

@Public @Component @ConfigurationProperties(prefix="owms.driver.connections") public class Connections extends Object
A Connections.
Author:
Heiko Scherrer
  • Field Details

    • hostname

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

      private String portRest
      The listening port used in synchronous mode.
    • soTimeout

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

      private Integer soReceiveBufferSize
      The size of the receive buffer for tcp/ip connections.
    • soSendBufferSize

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

      private String identifiedByField
      The field name in the message that identifies the message receiver.
    • subsystems

      private List<Subsystem> subsystems
      All subsystems.
  • Constructor Details

    • Connections

      public Connections()
  • Method Details

    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String hostname)
    • getPortRest

      public String getPortRest()
    • setPortRest

      public void setPortRest(String portRest)
    • getSoTimeout

      public Integer getSoTimeout()
    • setSoTimeout

      public void setSoTimeout(Integer soTimeout)
    • getSoReceiveBufferSize

      public Integer getSoReceiveBufferSize()
    • setSoReceiveBufferSize

      public void setSoReceiveBufferSize(Integer soReceiveBufferSize)
    • getSoSendBufferSize

      public Integer getSoSendBufferSize()
    • setSoSendBufferSize

      public void setSoSendBufferSize(Integer soSendBufferSize)
    • getIdentifiedByField

      public String getIdentifiedByField()
    • setIdentifiedByField

      public void setIdentifiedByField(String identifiedByField)
    • getSubsystems

      public List<Subsystem> getSubsystems()
    • setSubsystems

      public void setSubsystems(List<Subsystem> subsystems)