Class JMSQueueMessageProducerWorkflowAction

All Implemented Interfaces:
IActivatableWorkflowObject, INamedWorkflowObject, INeedWorkflow, IWorkflowAction, IWorkflowObject, Serializable

public final class JMSQueueMessageProducerWorkflowAction extends AbstractJMSMessageProducerWorkflowAction
See Also:
  • Constructor Details

    • JMSQueueMessageProducerWorkflowAction

      public JMSQueueMessageProducerWorkflowAction(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 Details

    • getQueueName

      public String getQueueName()
      Get the queue name.
      Returns:
      The queue name.
    • setQueueName

      public void setQueueName(String p_strQueueName)
      Set the queue name.
      Parameters:
      p_strQueueName - The queue name.
    • getQueueNameContextVariableName

      public String getQueueNameContextVariableName()
      Get the name of a context variable that contains the queue name.
      Returns:
      The name of a context variable that contains the queue name.
    • setQueueNameContextVariableName

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