Class JMSTopicWorkflowEventSource

All Implemented Interfaces:
IActivatableWorkflowObject, de.uplanet.lucy.server.workflow.IImpersonateUser, ILogLevelAware, INamedWorkflowObject, de.uplanet.lucy.server.workflow.INeedClusterInfo, INeedWorkflow, IRunnableWorkflowObject, IStartableWorkflowObject, ISupportAfterStopEvent, ISupportBeforeStartEvent, ISupportGlobalSharedState, IWorkflowEventSource, IWorkflowObject, Serializable

public final class JMSTopicWorkflowEventSource extends AbstractJMSWorkflowEventSource
Since:
Intrexx 7.0.
See Also:
  • Constructor Details

    • JMSTopicWorkflowEventSource

      public JMSTopicWorkflowEventSource(String p_strGuid)
  • Method Details

    • 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.
    • isNoLocal

      public boolean isNoLocal()
      Enable or disable the delivery of messages published by the own connection.

      The default value of this property is false.

      Returns:
      true if the delivery of messages published by the own is being inhibited, or false otherwise.
    • setNoLocal

      public void setNoLocal(boolean p_bNoLocal)
      Enable or disable the delivery of messages published by the own connection.

      The default value of this property is false.

      Parameters:
      p_bNoLocal - true if the delivery of messages published by the own should be inhibited, or false otherwise.