com.ibm.commerce.subscription.logging

Class SubscriptionApplicationMessageKeys



  • public class SubscriptionApplicationMessageKeys
    extends SubscriptionClientApplicationMessageKeys
    This file contains the Subscription component application message keys on server side only. Most keys should be in SubscriptionClientApplicationMessageKeys.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM Copyright notice field.
        See Also:
        Constant Field Values
      • _ERR_MISSING_SCHEDULED_ACTION_ID

        public static final java.lang.String _ERR_MISSING_SCHEDULED_ACTION_ID
        Constant to indicate the error message that the scheduled job action ID is missing.
        See Also:
        Constant Field Values
      • _ERR_INVALID_OR_NON_EXIST_ACTION_ID

        public static final java.lang.String _ERR_INVALID_OR_NON_EXIST_ACTION_ID
        Constant to indicate the error message the action id is invalid or non-existent.
        See Also:
        Constant Field Values
      • _ERR_INVALID_PARAMETER

        public static final java.lang.String _ERR_INVALID_PARAMETER
        Constant to indicate the error that the parameter is invalid.
        See Also:
        Constant Field Values
      • _ERR_GENERIC

        public static final java.lang.String _ERR_GENERIC
        Constant to indicate that a generic error has occured.
        See Also:
        Constant Field Values
      • _ERR_RETRY_SCHEDULED_ACTION

        public static final java.lang.String _ERR_RETRY_SCHEDULED_ACTION
        Constant to indicate the error that user action is to be retried.
        See Also:
        Constant Field Values
      • _ERR_COULD_NOT_FIND_SCHEDULE_EVALUATE_CMD

        public static final java.lang.String _ERR_COULD_NOT_FIND_SCHEDULE_EVALUATE_CMD
        Constant to indicate the error that schedule evaulation command is missing.
        See Also:
        Constant Field Values
      • _ERR_UPDATING_SUBSCRIPTION_STATE

        public static final java.lang.String _ERR_UPDATING_SUBSCRIPTION_STATE
        Constant to indicate the error that the subscription's state could not be updated.
        See Also:
        Constant Field Values
      • _ERR_EXCEPTION_INVALID_SUBSCRIPTION_STATE

        public static final java.lang.String _ERR_EXCEPTION_INVALID_SUBSCRIPTION_STATE
        Constant to indicate the error that the subscription state is invalid.
        See Also:
        Constant Field Values
      • _ERR_EXECUTION_OF_SCHEDULED_ACTION_FAILED

        public static final java.lang.String _ERR_EXECUTION_OF_SCHEDULED_ACTION_FAILED
        Constant to indicate the error that the scheduled action failed while executing.
        See Also:
        Constant Field Values
      • _GENERIC_ERR_COMMITTING_USER_TRANSACTION

        public static final java.lang.String _GENERIC_ERR_COMMITTING_USER_TRANSACTION
        Constant to indicate the error that a generic error occurred while committing the user transaction.
        See Also:
        Constant Field Values
      • _ERR_GENERIC_RECOVER_SCHEDULED_ACTION

        public static final java.lang.String _ERR_GENERIC_RECOVER_SCHEDULED_ACTION
        Constant to indicate the error that a generic error occurred which would trigger the command to recover the previously committed states.
        See Also:
        Constant Field Values
      • _ERR_EXECUTION_OF_SCHEDULED_ACTION_FAILED_SUCCESSFULLY

        public static final java.lang.String _ERR_EXECUTION_OF_SCHEDULED_ACTION_FAILED_SUCCESSFULLY
        Constant to indicate the error that the scheduled action failed to executed and recoverd successfully.
        See Also:
        Constant Field Values
      • _ERR_INITIALIZE_PDC_FOR_SUBSCRIPTION

        public static final java.lang.String _ERR_INITIALIZE_PDC_FOR_SUBSCRIPTION
        Constant to indicate the error that the pdc initialization failed for subscription
        See Also:
        Constant Field Values
      • _ERR_JDBC_SERVICE_EXECUTION_FAILED

        public static final java.lang.String _ERR_JDBC_SERVICE_EXECUTION_FAILED
        Constant to indicate the error that the JDBC service failed.
        See Also:
        Constant Field Values
      • _ERR_EXCEPTION_MISSING_EVALUATE_MODE_FOR_COMMAND

        public static final java.lang.String _ERR_EXCEPTION_MISSING_EVALUATE_MODE_FOR_COMMAND
        Constant to indicate the error that the evaluation mode for the schedule evaluate command is invalid.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SubscriptionApplicationMessageKeys

        public SubscriptionApplicationMessageKeys()