com.ibm.commerce.payments.plugin

Interface PluginConstants



  • public interface PluginConstants
    This interface contains most of the constants use by Payment Plug-in Controller and plug-ins for the different transactions and other needs.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ATTEMPT_INTERVAL
      The name for the interval between batch request attempts.
      static java.lang.String ATTEMPT_TIMES_BATCH
      The name for the batch retry times property in extended data.
      static java.lang.String ATTEMPT_TIMES_RFR
      The name for the RFR retry times property in extended data.
      static java.lang.String BATCH_STATE
      The display string for batch state
      static java.lang.String COMPONENT_NAME
      Plugin component name for log/trace facility.
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
      static java.lang.String DELAY_TIME_BETWEEN_BATCH_AND_RFR
      the delay time between batch request and rfr request.
      static java.lang.String LOGGER
      The logger for plugin.
      static java.lang.String MAX_ATTEMPTS
      The name for the maximum attempts property
      static java.lang.String MAX_BATCH_SIZE
      The name for the maximum transations in one batch property.
      static java.lang.String MIN_BATCH_SIZE
      The name for the minimum transations in one batch property
      static java.lang.String NEW_LINE
      the sequence of characters for a new line.
      static java.lang.String PLUGIN_MESSAGE_BUNDLE
      Plugin resource bundle.
      static java.lang.String PROPERTY_LINE_SEPARATOR
      line separator property name.
      static java.lang.String REASONCODE_NONE
      The reason code when the operation is successful.
      static java.lang.String RESPONSECODE_FAIL
      The response code when the opreation failed.
      static java.lang.String RESPONSECODE_SUCCESS
      The response code when the operation is successful.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
      • PROPERTY_LINE_SEPARATOR

        static final java.lang.String PROPERTY_LINE_SEPARATOR
        line separator property name.
        See Also:
        Constant Field Values
      • COMPONENT_NAME

        static final java.lang.String COMPONENT_NAME
        Plugin component name for log/trace facility.
        See Also:
        Constant Field Values
      • RESPONSECODE_SUCCESS

        static final java.lang.String RESPONSECODE_SUCCESS
        The response code when the operation is successful.
        See Also:
        Constant Field Values
      • REASONCODE_NONE

        static final java.lang.String REASONCODE_NONE
        The reason code when the operation is successful.
        See Also:
        Constant Field Values
      • PLUGIN_MESSAGE_BUNDLE

        static final java.lang.String PLUGIN_MESSAGE_BUNDLE
        Plugin resource bundle.
        See Also:
        Constant Field Values
      • NEW_LINE

        static final java.lang.String NEW_LINE
        the sequence of characters for a new line.
      • RESPONSECODE_FAIL

        static final java.lang.String RESPONSECODE_FAIL
        The response code when the opreation failed.
        See Also:
        Constant Field Values
      • DELAY_TIME_BETWEEN_BATCH_AND_RFR

        static final java.lang.String DELAY_TIME_BETWEEN_BATCH_AND_RFR
        the delay time between batch request and rfr request. The unit is minute
        See Also:
        Constant Field Values
      • ATTEMPT_INTERVAL

        static final java.lang.String ATTEMPT_INTERVAL
        The name for the interval between batch request attempts. The unit is minute
        See Also:
        Constant Field Values
      • MAX_ATTEMPTS

        static final java.lang.String MAX_ATTEMPTS
        The name for the maximum attempts property
        See Also:
        Constant Field Values
      • MAX_BATCH_SIZE

        static final java.lang.String MAX_BATCH_SIZE
        The name for the maximum transations in one batch property.
        See Also:
        Constant Field Values
      • MIN_BATCH_SIZE

        static final java.lang.String MIN_BATCH_SIZE
        The name for the minimum transations in one batch property
        See Also:
        Constant Field Values
      • ATTEMPT_TIMES_RFR

        static final java.lang.String ATTEMPT_TIMES_RFR
        The name for the RFR retry times property in extended data.
        See Also:
        Constant Field Values
      • ATTEMPT_TIMES_BATCH

        static final java.lang.String ATTEMPT_TIMES_BATCH
        The name for the batch retry times property in extended data.
        See Also:
        Constant Field Values
      • BATCH_STATE

        static final java.lang.String BATCH_STATE
        The display string for batch state
        See Also:
        Constant Field Values