Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- addOutboundChannel(String, MessageChannel) - Method in class org.openwms.common.comm.app.Channels
B
- barcodeLength() - Method in interface org.openwms.common.comm.spi.FieldLengthProvider
- ByteArrayToStringConverter - Class in org.openwms.common.comm.converter
-
A ByteArrayToStringConverter is a simple byte array to String converter; allowing the character set to be specified.
- ByteArrayToStringConverter() - Constructor for class org.openwms.common.comm.converter.ByteArrayToStringConverter
C
- CHANNEL_SUFFIX - Static variable in class org.openwms.common.comm.CommConstants
-
Used as suffix to create channels dynamically.
- Channels - Class in org.openwms.common.comm.app
-
A Channels.
- Channels() - Constructor for class org.openwms.common.comm.app.Channels
- charSet - Variable in class org.openwms.common.comm.converter.ByteArrayToStringConverter
- client - Enum constant in enum class org.openwms.common.comm.config.Subsystem.MODE
- CommConstants - Class in org.openwms.common.comm
-
A final CommConstants class collects common used data and formatting types.
- CommConstants() - Constructor for class org.openwms.common.comm.CommConstants
- ConfigurationException - Exception Class in org.openwms.common.comm.app
-
A ConfigurationException signals invalid process configuration.
- ConfigurationException(String) - Constructor for exception class org.openwms.common.comm.app.ConfigurationException
-
Create a new ConfigurationException.
- ConnectionHolder - Class in org.openwms.common.comm.tcp
-
A ConnectionHolder keeps track of established connections per ConnectionFactory.
- ConnectionHolder(List<AbstractConnectionFactory>) - Constructor for class org.openwms.common.comm.tcp.ConnectionHolder
-
Deprecated.
- connectionIds - Variable in class org.openwms.common.comm.tcp.ConnectionHolder
- connections - Variable in class org.openwms.common.comm.config.Driver
-
Global valid and individual connection parameters of the driver instance.
- Connections - Class in org.openwms.common.comm.config
-
A Connections.
- Connections() - Constructor for class org.openwms.common.comm.config.Connections
- convert(byte[]) - Method in class org.openwms.common.comm.converter.ByteArrayToStringConverter
- conveyor - Enum constant in enum class org.openwms.common.comm.config.Subsystem.TYPE
-
Conveyor instance with latest telegram specification.
- conveyor_1 - Enum constant in enum class org.openwms.common.comm.config.Subsystem.TYPE
-
Conveyor instance with telegram spec version 1.
- CORE_INTEGRATION_MESSAGING - Static variable in class org.openwms.common.comm.CommConstants
-
Logging category to log telegrams only.
- crane - Enum constant in enum class org.openwms.common.comm.config.Subsystem.TYPE
-
Crane instance with latest telegram specification.
- crane_1 - Enum constant in enum class org.openwms.common.comm.config.Subsystem.TYPE
-
Crane instance with telegram spec version 1.
- CustomServiceActivator - Interface in org.openwms.common.comm
-
A CustomServiceActivator.
D
- datePattern - Variable in class org.openwms.common.comm.config.Osip
-
The timestamp pattern used in telegrams.
- deserialize(String, Map<String, Object>) - Method in interface org.openwms.common.comm.tcp.TelegramDeserializer
-
Try to deserialize the
telegram
String into a validMessage
. - deserializers - Variable in class org.openwms.common.comm.transformer.tcp.TelegramTransformer
- deserializersMap - Variable in class org.openwms.common.comm.transformer.tcp.TelegramTransformer
- driver - Variable in class org.openwms.common.comm.app.TimeProviderImpl
- Driver - Class in org.openwms.common.comm.config
-
A Driver.
- Driver() - Constructor for class org.openwms.common.comm.config.Driver
- DriverDistributedConfiguration - Class in org.openwms.common.comm.app
-
A DriverDistributedConfiguration.
- DriverDistributedConfiguration() - Constructor for class org.openwms.common.comm.app.DriverDistributedConfiguration
- DriverOtlpConfiguration - Class in org.openwms.common.comm.app
-
A DriverOtlpConfiguration.
- DriverOtlpConfiguration() - Constructor for class org.openwms.common.comm.app.DriverOtlpConfiguration
- DriverOtlpConfiguration.OtelConfiguration - Class in org.openwms.common.comm.app
- duplex - Variable in class org.openwms.common.comm.config.Subsystem
-
The subsystem can be configured in bi-directional duplex mode.
- Duplex() - Constructor for class org.openwms.common.comm.config.Subsystem.Duplex
E
- enabled - Variable in class org.openwms.common.comm.config.Osip
-
Whether OSIP protocol is enabled or not.
- equals(Object) - Method in class org.springframework.messaging.support.GenericMessage
- ERROR_CHANNEL_ID - Static variable in class org.openwms.common.comm.tcp.MessageMismatchHandler
F
- factories - Variable in class org.openwms.common.comm.tcp.ConnectionHolder
- FieldLengthProvider - Interface in org.openwms.common.comm.spi
-
A FieldLengthProvider.
- forType() - Method in interface org.openwms.common.comm.tcp.TelegramDeserializer
-
Return the telegram type this mapper is responsible for.
G
- GenericMessage<T> - Class in org.springframework.messaging.support
-
An implementation of
Message
with a generic payload. - GenericMessage(T) - Constructor for class org.springframework.messaging.support.GenericMessage
-
Create a new message with the given payload.
- GenericMessage(T, Map<String, Object>) - Constructor for class org.springframework.messaging.support.GenericMessage
-
Create a new message with the given payload and headers.
- GenericMessage(T, MessageHeaders) - Constructor for class org.springframework.messaging.support.GenericMessage
-
A constructor with the
MessageHeaders
instance to use. - getChannel() - Method in interface org.openwms.common.comm.CustomServiceActivator
-
The input-channel instance that is used by the processor to process messages from.
- getChannelName() - Method in interface org.openwms.common.comm.CustomServiceActivator
-
Returns the unique name of the MessageChannel that is used as input-channel for the processing messages.
- getCharSet() - Method in class org.openwms.common.comm.converter.ByteArrayToStringConverter
- getConnectionId(String) - Method in class org.openwms.common.comm.tcp.ConnectionHolder
-
Return the current active connectionId for the ConnectionFactory given by the
connectionFactoryName
. - getConnections() - Method in class org.openwms.common.comm.config.Driver
- getDatePattern() - Method in class org.openwms.common.comm.config.Osip
- getDuplex() - Method in class org.openwms.common.comm.config.Subsystem
- getHeaders() - Method in class org.springframework.messaging.support.GenericMessage
- getHostname() - Method in class org.openwms.common.comm.config.Connections
- getHostname() - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- getHostname() - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- getHostname() - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- getIdentifiedByField() - Method in class org.openwms.common.comm.config.Connections
- getIdentifiedByField() - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- getIdentifiedByField() - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- getIdentifiedByValue() - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- getIdentifiedByValue() - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- getInbound() - Method in class org.openwms.common.comm.config.Subsystem
- getMode() - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- getMode() - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- getMode() - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- getName() - Method in class org.openwms.common.comm.config.Subsystem
- getOsip() - Method in class org.openwms.common.comm.config.Driver
- getOutbound() - Method in class org.openwms.common.comm.config.Subsystem
- getOutboundChannel(String) - Method in class org.openwms.common.comm.app.Channels
- getPayload() - Method in class org.springframework.messaging.support.GenericMessage
- getPort() - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- getPort() - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- getPort() - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- getPortRest() - Method in class org.openwms.common.comm.config.Connections
- getPortRest() - Method in class org.openwms.common.comm.config.Driver
- getSerialization() - Method in class org.openwms.common.comm.config.Driver
- getSoReceiveBufferSize() - Method in class org.openwms.common.comm.config.Connections
- getSoReceiveBufferSize() - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- getSoReceiveBufferSize() - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- getSoSendBufferSize() - Method in class org.openwms.common.comm.config.Connections
- getSoSendBufferSize() - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- getSoSendBufferSize() - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- getSoTimeout() - Method in class org.openwms.common.comm.config.Connections
- getSoTimeout() - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- getSoTimeout() - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- getSoTimeout() - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- getSubsystems() - Method in class org.openwms.common.comm.config.Connections
- getSyncField() - Method in class org.openwms.common.comm.config.Osip
- getTelegramEnding() - Method in class org.openwms.common.comm.config.Osip
- getTelegramFiller() - Method in class org.openwms.common.comm.config.Osip
- getTelegramLength() - Method in class org.openwms.common.comm.config.Osip
- getTelegramType(String) - Method in interface org.openwms.common.comm.TelegramResolver
- getTimezone() - Method in class org.openwms.common.comm.config.Driver
- getType() - Method in class org.openwms.common.comm.config.Subsystem
H
- handle(String) - Method in class org.openwms.common.comm.tcp.MessageMismatchHandler
-
Current implementation just logs error messages.
- hashCode() - Method in class org.springframework.messaging.support.GenericMessage
- headers - Variable in class org.springframework.messaging.support.GenericMessage
- hostname - Variable in class org.openwms.common.comm.config.Connections
-
The hostname to connect to in client mode.
- hostname - Variable in class org.openwms.common.comm.config.Subsystem.Duplex
-
The hostname to connect to in client mode.
- hostname - Variable in class org.openwms.common.comm.config.Subsystem.Inbound
-
The hostname to connect to in client mode.
- hostname - Variable in class org.openwms.common.comm.config.Subsystem.Outbound
-
The hostname to connect to in client mode.
I
- identifiedByField - Variable in class org.openwms.common.comm.config.Connections
-
The field name in the message that identifies the message receiver.
- identifiedByField - Variable in class org.openwms.common.comm.config.Subsystem.Duplex
-
The telegram field name that identifies the corresponding receiving party.
- identifiedByField - Variable in class org.openwms.common.comm.config.Subsystem.Outbound
-
The telegram field name that identifies the corresponding receiving party.
- identifiedByValue - Variable in class org.openwms.common.comm.config.Subsystem.Duplex
-
The value of the identifying field to match the corresponding receiving party.
- identifiedByValue - Variable in class org.openwms.common.comm.config.Subsystem.Outbound
-
The value of the identifying field to match the corresponding receiving party.
- inbound - Variable in class org.openwms.common.comm.config.Subsystem
-
All inbound connection configuration.
- Inbound() - Constructor for class org.openwms.common.comm.config.Subsystem.Inbound
- isEnabled() - Method in class org.openwms.common.comm.config.Osip
L
- lengthLocationGroupName() - Method in interface org.openwms.common.comm.spi.FieldLengthProvider
- locationIdLength() - Method in interface org.openwms.common.comm.spi.FieldLengthProvider
- LOCGROUP_FILLER_CHARACTER - Static variable in class org.openwms.common.comm.CommConstants
-
The character String used to pad LocationGroup fields till the defined length.
- LOG_TELEGRAM_TYPE - Static variable in class org.openwms.common.comm.CommConstants
-
Used in logging configuration to extract the telegram type.
- LOGGER - Static variable in class org.openwms.common.comm.tcp.ConnectionHolder
- LOGGER - Static variable in class org.openwms.common.comm.tcp.MessageMismatchHandler
- LOGGER - Static variable in class org.openwms.common.comm.transformer.MessageTransformer
- LOGGER - Static variable in class org.openwms.common.comm.transformer.tcp.TelegramTransformer
M
- MessageChannelNotFoundException - Exception Class in org.openwms.common.comm
-
A MessageMismatchException indicates that an incoming message is not in expected format.
- MessageChannelNotFoundException(String) - Constructor for exception class org.openwms.common.comm.MessageChannelNotFoundException
-
Create a new MessageChannelNotFoundException.
- MessageMismatchException - Exception Class in org.openwms.common.comm
-
A MessageMismatchException indicates that an incoming message is not in expected format.
- MessageMismatchException(String) - Constructor for exception class org.openwms.common.comm.MessageMismatchException
-
Create a new MessageMismatchException.
- MessageMismatchException(String, Throwable) - Constructor for exception class org.openwms.common.comm.MessageMismatchException
-
Create a new MessageMismatchException.
- MessageMismatchHandler - Class in org.openwms.common.comm.tcp
-
A MessageMismatchHandler cares about incoming error telegrams on a defined error channel with name "errExceptionChannel".
- MessageMismatchHandler() - Constructor for class org.openwms.common.comm.tcp.MessageMismatchHandler
- MessageProcessingException - Exception Class in org.openwms.common.comm
-
A MessageProcessingException is a general exception that indicates a fault situation during message processing.
- MessageProcessingException(String) - Constructor for exception class org.openwms.common.comm.MessageProcessingException
-
Create a new MessageProcessingException.
- MessageProcessingException(String, Throwable) - Constructor for exception class org.openwms.common.comm.MessageProcessingException
-
Create a new MessageProcessingException.
- MessageTransformer<T> - Class in org.openwms.common.comm.transformer
-
A MessageTransformer.
- MessageTransformer() - Constructor for class org.openwms.common.comm.transformer.MessageTransformer
- mode - Variable in class org.openwms.common.comm.config.Subsystem.Duplex
-
Whether the inbound connection channel is operated in client or server mode.
- mode - Variable in class org.openwms.common.comm.config.Subsystem.Inbound
-
Whether the inbound connection channel is operated in client or server mode.
- mode - Variable in class org.openwms.common.comm.config.Subsystem.Outbound
-
Whether the outbound connection channel is operated in client or server mode.
- MODE() - Constructor for enum class org.openwms.common.comm.config.Subsystem.MODE
N
- name - Variable in class org.openwms.common.comm.config.Subsystem
-
Unique subsystem name, that is used to identify the receiver.
- noLocationIdFields() - Method in interface org.openwms.common.comm.spi.FieldLengthProvider
- NotRespondingServiceActivator<T> - Interface in org.openwms.common.comm
-
A NotRespondingServiceActivator is an Service Activator implementation that accepts a message but does not reply with a message.
- now() - Method in class org.openwms.common.comm.app.TimeProviderImpl
-
Returns the current date and time considering the configured timezone.
- now() - Method in interface org.openwms.common.comm.TimeProvider
-
Returns the current date and time considering the configured timezone.
- nullableBarcode(String) - Static method in class org.openwms.common.comm.ParserUtils
-
Return the standard telegram representation (???..)
- nullableLocation(String) - Static method in class org.openwms.common.comm.ParserUtils
-
Return the standard telegram representation (***..) if the
locationId
is null. - nullableLocationGroup(String) - Static method in class org.openwms.common.comm.ParserUtils
-
Return the standard telegram representation (***..) if the
locationGroup
is null.
O
- onClosedMessage(TcpConnectionCloseEvent) - Method in class org.openwms.common.comm.tcp.ConnectionHolder
-
On an
TcpConnectionCloseEvent
we try to remove the existing assignment. - onFailedConnectionMessage(TcpConnectionExceptionEvent) - Method in class org.openwms.common.comm.tcp.ConnectionHolder
-
On an
TcpConnectionCloseEvent
we try to remove the existing assignment. - onFailedMessage(TcpConnectionFailedEvent) - Method in class org.openwms.common.comm.tcp.ConnectionHolder
-
On an
TcpConnectionCloseEvent
we try to remove the existing assignment. - onMessage(Message<?>) - Method in class org.openwms.common.comm.app.TenantInterception
-
Enrich the processing context of the incoming message with the information we get from the message.
- onOpenMessage(TcpConnectionOpenEvent) - Method in class org.openwms.common.comm.tcp.ConnectionHolder
-
On an
TcpConnectionOpenEvent
we store the connectionId along with the name of the ConnectionFactory. - onPostConstruct() - Method in class org.openwms.common.comm.transformer.tcp.TelegramTransformer
- org.openwms.common.comm - package org.openwms.common.comm
-
Contains the tcp/ip telegram driver implementation.
- org.openwms.common.comm.app - package org.openwms.common.comm.app
-
This package contains configuration classes for the Spring context and lifecycle management.
- org.openwms.common.comm.config - package org.openwms.common.comm.config
-
This package contains Spring Boot application configuration classes.
- org.openwms.common.comm.converter - package org.openwms.common.comm.converter
-
Contains converter classes used by the serializers and deserializers.
- org.openwms.common.comm.spi - package org.openwms.common.comm.spi
-
Contains default types and type definitions to be extended and overridden.
- org.openwms.common.comm.tcp - package org.openwms.common.comm.tcp
-
Contains types specific to the tcp/ip handling.
- org.openwms.common.comm.transformer - package org.openwms.common.comm.transformer
-
Contains types that act as Message Transformer components.
- org.openwms.common.comm.transformer.tcp - package org.openwms.common.comm.transformer.tcp
-
Contains transformer implementations for tcp/ip.
- org.springframework.messaging.support - package org.springframework.messaging.support
- osip - Variable in class org.openwms.common.comm.config.Driver
-
OSIP protocol configuration.
- Osip - Class in org.openwms.common.comm.config
-
A Osip.
- Osip() - Constructor for class org.openwms.common.comm.config.Osip
- OtelConfiguration() - Constructor for class org.openwms.common.comm.app.DriverOtlpConfiguration.OtelConfiguration
- otlpHttpSpanExporter(String) - Method in class org.openwms.common.comm.app.DriverOtlpConfiguration.OtelConfiguration
- outbound - Variable in class org.openwms.common.comm.config.Subsystem
-
All outbound connection configuration.
- Outbound() - Constructor for class org.openwms.common.comm.config.Subsystem.Outbound
- outboundChannels - Variable in class org.openwms.common.comm.app.Channels
P
- padLeft(String, int, String) - Static method in class org.openwms.common.comm.ParserUtils
-
Pad a String
s
with a numbern
of characterschr
. - padRight(String, int, String) - Static method in class org.openwms.common.comm.ParserUtils
-
Pad the given String
s
with a numbern
of characterschr
. - ParserUtils - Class in org.openwms.common.comm
-
A ParserUtils.
- ParserUtils() - Constructor for class org.openwms.common.comm.ParserUtils
- payload - Variable in class org.springframework.messaging.support.GenericMessage
- port - Variable in class org.openwms.common.comm.config.Subsystem.Duplex
-
The port to connect to in client mode.
- port - Variable in class org.openwms.common.comm.config.Subsystem.Inbound
-
The port to connect to in client mode.
- port - Variable in class org.openwms.common.comm.config.Subsystem.Outbound
-
The port to connect to in client mode.
- portRest - Variable in class org.openwms.common.comm.config.Connections
-
The listening port used in synchronous mode.
- portRest - Variable in class org.openwms.common.comm.config.Driver
-
Port number used for synchronous RESTful communication.
- PREFIX_CONNECTION_FACTORY - Static variable in class org.openwms.common.comm.CommConstants
-
Prefix used to identify the outbound channel.
R
- RespondingServiceActivator<T,
U> - Interface in org.openwms.common.comm -
A RespondingServiceActivator is a Service Activator implementation that accepts a message and replies with a response message.
S
- serialization - Variable in class org.openwms.common.comm.config.Driver
-
Serialization methods (JSON or Byte Array): json, barray.
- serialVersionUID - Static variable in class org.springframework.messaging.support.GenericMessage
- server - Enum constant in enum class org.openwms.common.comm.config.Subsystem.MODE
- setCharSet(String) - Method in class org.openwms.common.comm.converter.ByteArrayToStringConverter
- setConnections(Connections) - Method in class org.openwms.common.comm.config.Driver
- setDatePattern(String) - Method in class org.openwms.common.comm.config.Osip
- setDuplex(Subsystem.Duplex) - Method in class org.openwms.common.comm.config.Subsystem
- setEnabled(boolean) - Method in class org.openwms.common.comm.config.Osip
- setHostname(String) - Method in class org.openwms.common.comm.config.Connections
- setHostname(String) - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- setHostname(String) - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- setHostname(String) - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- setIdentifiedByField(String) - Method in class org.openwms.common.comm.config.Connections
- setIdentifiedByField(String) - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- setIdentifiedByField(String) - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- setIdentifiedByValue(String) - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- setIdentifiedByValue(String) - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- setInbound(Subsystem.Inbound) - Method in class org.openwms.common.comm.config.Subsystem
- setMode(Subsystem.MODE) - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- setMode(Subsystem.MODE) - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- setMode(Subsystem.MODE) - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- setName(String) - Method in class org.openwms.common.comm.config.Subsystem
- setOsip(Osip) - Method in class org.openwms.common.comm.config.Driver
- setOutbound(Subsystem.Outbound) - Method in class org.openwms.common.comm.config.Subsystem
- setPort(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- setPort(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- setPort(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- setPortRest(String) - Method in class org.openwms.common.comm.config.Connections
- setPortRest(String) - Method in class org.openwms.common.comm.config.Driver
- setSerialization(String) - Method in class org.openwms.common.comm.config.Driver
- setSoReceiveBufferSize(Integer) - Method in class org.openwms.common.comm.config.Connections
- setSoReceiveBufferSize(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- setSoReceiveBufferSize(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- setSoSendBufferSize(Integer) - Method in class org.openwms.common.comm.config.Connections
- setSoSendBufferSize(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- setSoSendBufferSize(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- setSoTimeout(Integer) - Method in class org.openwms.common.comm.config.Connections
- setSoTimeout(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Duplex
- setSoTimeout(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Inbound
- setSoTimeout(Integer) - Method in class org.openwms.common.comm.config.Subsystem.Outbound
- setSubsystems(List<Subsystem>) - Method in class org.openwms.common.comm.config.Connections
- setSyncField(String) - Method in class org.openwms.common.comm.config.Osip
- setTelegramEnding(String) - Method in class org.openwms.common.comm.config.Osip
- setTelegramFiller(String) - Method in class org.openwms.common.comm.config.Osip
- setTelegramLength(short) - Method in class org.openwms.common.comm.config.Osip
- setTimezone(ZoneId) - Method in class org.openwms.common.comm.config.Driver
- setType(Subsystem.TYPE) - Method in class org.openwms.common.comm.config.Subsystem
- soReceiveBufferSize - Variable in class org.openwms.common.comm.config.Connections
-
The size of the receive buffer for tcp/ip connections.
- soReceiveBufferSize - Variable in class org.openwms.common.comm.config.Subsystem.Duplex
-
The size of the receive buffer for tcp/ip connections.
- soReceiveBufferSize - Variable in class org.openwms.common.comm.config.Subsystem.Inbound
-
The size of the receive buffer for tcp/ip connections.
- soSendBufferSize - Variable in class org.openwms.common.comm.config.Connections
-
The size of the send buffer for tcp/ip connections.
- soSendBufferSize - Variable in class org.openwms.common.comm.config.Subsystem.Duplex
-
The size of the send buffer for tcp/ip connections.
- soSendBufferSize - Variable in class org.openwms.common.comm.config.Subsystem.Outbound
-
The size of the send buffer for tcp/ip connections.
- soTimeout - Variable in class org.openwms.common.comm.config.Connections
-
Socket timeout in [ms], the idle time when to close the connection.
- soTimeout - Variable in class org.openwms.common.comm.config.Subsystem.Duplex
-
Socket timeout in [ms], the idle time when to close the connection.
- soTimeout - Variable in class org.openwms.common.comm.config.Subsystem.Inbound
-
Socket timeout in [ms], the idle time when to close the connection.
- soTimeout - Variable in class org.openwms.common.comm.config.Subsystem.Outbound
-
Socket timeout in [ms], the idle time when to close the connection.
- Subsystem - Class in org.openwms.common.comm.config
-
A Subsystem.
- Subsystem() - Constructor for class org.openwms.common.comm.config.Subsystem
- Subsystem.Duplex - Class in org.openwms.common.comm.config
- Subsystem.Inbound - Class in org.openwms.common.comm.config
- Subsystem.MODE - Enum Class in org.openwms.common.comm.config
- Subsystem.Outbound - Class in org.openwms.common.comm.config
- Subsystem.TYPE - Enum Class in org.openwms.common.comm.config
- subsystems - Variable in class org.openwms.common.comm.config.Connections
-
All subsystems.
- SUFFIX_INBOUND - Static variable in class org.openwms.common.comm.CommConstants
-
Suffix used to identify the inbound channel.
- SUFFIX_OUTBOUND - Static variable in class org.openwms.common.comm.CommConstants
-
Suffix used to identify the outbound channel.
- syncField - Variable in class org.openwms.common.comm.config.Osip
-
The telegram synchronisation field determines the start of an OSIP telegram.
T
- TelegramDeserializer<T> - Interface in org.openwms.common.comm.tcp
-
A TelegramDeserializer is able to deserialize an incoming telegram String to a known type of
Message
. - telegramEnding - Variable in class org.openwms.common.comm.config.Osip
-
(Optional) EOL character for each outgoing telegram.
- telegramFiller - Variable in class org.openwms.common.comm.config.Osip
-
The character used to pad telegrams up to the defined telegram length.
- telegramLength - Variable in class org.openwms.common.comm.config.Osip
-
The expected length of OSIP telegrams.
- telegramResolver - Variable in class org.openwms.common.comm.transformer.tcp.TelegramTransformer
- TelegramResolver - Interface in org.openwms.common.comm
-
A TelegramResolver.
- TelegramTransformer<T> - Class in org.openwms.common.comm.transformer.tcp
-
A TelegramTransformer transforms incoming String telegram structures to
Payload
s. - TelegramTransformer(TelegramResolver, List<TelegramDeserializer<T>>) - Constructor for class org.openwms.common.comm.transformer.tcp.TelegramTransformer
- TenantInterception - Class in org.openwms.common.comm.app
-
A TenantInterception initializes a context to propagate tenant and identity information.
- TenantInterception(ApplicationEventPublisher) - Constructor for class org.openwms.common.comm.app.TenantInterception
- TimeProvider - Interface in org.openwms.common.comm
-
A TimeProvider is able to provide dates and times.
- TimeProviderImpl - Class in org.openwms.common.comm.app
-
A TimeProviderImpl.
- TimeProviderImpl(Driver) - Constructor for class org.openwms.common.comm.app.TimeProviderImpl
- timezone - Variable in class org.openwms.common.comm.config.Driver
-
Timezone.
- toString() - Method in class org.springframework.messaging.support.GenericMessage
- transform(String, Map<String, Object>) - Method in class org.openwms.common.comm.transformer.tcp.TelegramTransformer
-
Transformer method to transform a telegram String
telegram
into aPayload
. - transform(String, Map<String, Object>) - Method in interface org.openwms.common.comm.transformer.tcp.Transformable
- transform(Message<T>, Map<String, Object>) - Method in class org.openwms.common.comm.transformer.MessageTransformer
-
Transformer method to transform a message into a telegram String.
- Transformable<T> - Interface in org.openwms.common.comm.transformer.tcp
-
A Transformable.
- trimRight(String, char) - Static method in class org.openwms.common.comm.ParserUtils
-
Trim the given StringĀ
s
about the characterchr
. - type - Variable in class org.openwms.common.comm.config.Subsystem
-
The type the driver instance is used for.
- TYPE(String) - Constructor for enum class org.openwms.common.comm.config.Subsystem.TYPE
V
- valueOf(String) - Static method in enum class org.openwms.common.comm.config.Subsystem.MODE
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.openwms.common.comm.config.Subsystem.TYPE
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.openwms.common.comm.config.Subsystem.MODE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.openwms.common.comm.config.Subsystem.TYPE
-
Returns an array containing the constants of this enum class, in the order they are declared.
- version - Variable in enum class org.openwms.common.comm.config.Subsystem.TYPE
W
- wakeUp(GenericMessage<T>) - Method in interface org.openwms.common.comm.NotRespondingServiceActivator
-
Wake up a service, processor or bean that accepts incoming messages of type
T
. - wakeUp(GenericMessage<T>) - Method in interface org.openwms.common.comm.RespondingServiceActivator
-
Wake up a service, processor or bean that accepts incoming messages of type
T
and returns messages of typeU
.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form