Package org.openwms.common.comm
Class CommConstants
java.lang.Object
org.openwms.common.comm.CommConstants
A final CommConstants class collects common used data and formatting types.
- Author:
- Heiko Scherrer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Used as suffix to create channels dynamically.static final String
Logging category to log telegrams only.static final char
The character String used to pad LocationGroup fields till the defined length.static final String
Used in logging configuration to extract the telegram type.static final String
Prefix used to identify the outbound channel.static final String
Suffix used to identify the inbound channel.static final String
Suffix used to identify the outbound channel. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CHANNEL_SUFFIX
Used as suffix to create channels dynamically.- See Also:
-
LOCGROUP_FILLER_CHARACTER
public static final char LOCGROUP_FILLER_CHARACTERThe character String used to pad LocationGroup fields till the defined length.- See Also:
-
LOG_TELEGRAM_TYPE
Used in logging configuration to extract the telegram type.- See Also:
-
CORE_INTEGRATION_MESSAGING
Logging category to log telegrams only.- See Also:
-
PREFIX_CONNECTION_FACTORY
Prefix used to identify the outbound channel.- See Also:
-
SUFFIX_OUTBOUND
Suffix used to identify the outbound channel.- See Also:
-
SUFFIX_INBOUND
Suffix used to identify the inbound channel.- See Also:
-
-
Constructor Details
-
CommConstants
private CommConstants()
-