Package org.openwms.common.comm.config
Class Subsystem.Outbound
java.lang.Object
org.openwms.common.comm.config.Subsystem.Outbound
- Enclosing class:
Subsystem
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
The hostname to connect to in client mode.private String
The telegram field name that identifies the corresponding receiving party.private String
The value of the identifying field to match the corresponding receiving party.private Subsystem.MODE
Whether the outbound connection channel is operated in client or server mode.private Integer
The port to connect to in client mode.private Integer
The size of the send buffer for tcp/ip connections.private Integer
Socket timeout in [ms], the idle time when to close the connection. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMode()
getPort()
void
setHostname
(String hostname) void
setIdentifiedByField
(String identifiedByField) void
setIdentifiedByValue
(String identifiedByValue) void
setMode
(Subsystem.MODE mode) void
void
setSoSendBufferSize
(Integer soSendBufferSize) void
setSoTimeout
(Integer soTimeout)
-
Field Details
-
mode
Whether the outbound connection channel is operated in client or server mode. -
hostname
The hostname to connect to in client mode. -
port
The port to connect to in client mode. -
soTimeout
Socket timeout in [ms], the idle time when to close the connection. -
soSendBufferSize
The size of the send buffer for tcp/ip connections. -
identifiedByField
The telegram field name that identifies the corresponding receiving party. -
identifiedByValue
The value of the identifying field to match the corresponding receiving party.
-
-
Constructor Details
-
Outbound
public Outbound()
-
-
Method Details
-
getMode
-
setMode
-
getHostname
-
setHostname
-
getPort
-
setPort
-
getSoTimeout
-
setSoTimeout
-
getSoSendBufferSize
-
setSoSendBufferSize
-
getIdentifiedByField
-
setIdentifiedByField
-
getIdentifiedByValue
-
setIdentifiedByValue
-