Class CommConstants

java.lang.Object
org.openwms.common.comm.CommConstants

public final class CommConstants extends Object
A final CommConstants class collects common used data and formatting types.
Author:
Heiko Scherrer
  • Field Details

    • CHANNEL_SUFFIX

      public static final String CHANNEL_SUFFIX
      Used as suffix to create channels dynamically.
      See Also:
    • LOCGROUP_FILLER_CHARACTER

      public static final char LOCGROUP_FILLER_CHARACTER
      The character String used to pad LocationGroup fields till the defined length.
      See Also:
    • LOG_TELEGRAM_TYPE

      public static final String LOG_TELEGRAM_TYPE
      Used in logging configuration to extract the telegram type.
      See Also:
    • CORE_INTEGRATION_MESSAGING

      public static final String CORE_INTEGRATION_MESSAGING
      Logging category to log telegrams only.
      See Also:
    • PREFIX_CONNECTION_FACTORY

      public static final String PREFIX_CONNECTION_FACTORY
      Prefix used to identify the outbound channel.
      See Also:
    • SUFFIX_OUTBOUND

      public static final String SUFFIX_OUTBOUND
      Suffix used to identify the outbound channel.
      See Also:
    • SUFFIX_INBOUND

      public static final String SUFFIX_INBOUND
      Suffix used to identify the inbound channel.
      See Also:
  • Constructor Details

    • CommConstants

      private CommConstants()