com.ibm.commerce.subscription.facade.server.config

Interface SubscriptionComponentConfigurationType.ScheduledActionConfigurationType

    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String ELEMENT_NAME_SCHEDULED_ACTION
        Constant to indicate the scheduled action element in the configuration.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_SCHEDULED_ACTION_NAME

        static final java.lang.String ATTRIBUTE_NAME_SCHEDULED_ACTION_NAME
        Constant to indicate the scheduled action name in the scheduled action configuration.
        See Also:
        Constant Field Values
      • ATTRIBUTE_NAME_MAXIMUM_RETRIES

        static final java.lang.String ATTRIBUTE_NAME_MAXIMUM_RETRIES
        Constant to indicate the maximum retries attributes in the scheduled action configuration.
        See Also:
        Constant Field Values
    • Method Detail

      • getScheduledActionName

        java.lang.String getScheduledActionName()
        This method returns the name of the action associated with the scheduled action configuration object
        Returns:
        The name of the scheduled action.
      • getMaximumRetries

        java.lang.Integer getMaximumRetries()
        This method returns the maximum number of retries for the scheduled action.
        Returns:
        The maximum number of retries configured.
      • initialize

        boolean initialize(org.w3c.dom.Node node)
                    throws java.lang.Exception
        This method initializes the scheduled action configuration type instance by parsing the node.
        Parameters:
        node - The node which contains the scheduled action configuration data.
        Returns:
        true if the element was successfully initialized. false, otherwise.
        Throws:
        java.lang.Exception