Class JMSTopicMessageProducerWorkflowAction

    • Constructor Detail

      • JMSTopicMessageProducerWorkflowAction

        public JMSTopicMessageProducerWorkflowAction​(String p_strGuid)
        Parameters:
        p_strGuid - The GUID of the workflow action.
        Throws:
        IllegalArgumentException - If the GUID parameter is null or if it does not represent a valid GUID.
    • Method Detail

      • getTopicName

        public String getTopicName()
        Get the topic name.
        Returns:
        The topic name.
      • setTopicName

        public void setTopicName​(String p_strTopicName)
        Set the topic name.
        Parameters:
        p_strTopicName - The topic name.
      • getTopicNameContextVariableName

        public String getTopicNameContextVariableName()
        Get the name of a context variable that contains the topic name.
        Returns:
        The name of a context variable that contains the topic name.
      • setTopicNameContextVariableName

        public void setTopicNameContextVariableName​(String p_strContextVariableName)
        Set the name of a context variable that contains the topic name.
        Parameters:
        p_strContextVariableName - The name of a context variable that contains the topic name.