Schnittstelle ISupportGlobalSharedState

Alle bekannten Implementierungsklassen:
AbstractIMAPFolderWorkflowEventSource, AbstractJMSWorkflowEventSource, ExchangeOnlineIMAPFolderPollingWorkflowEventSource, FileSystemWorkflowEventSource, IMAPFolderPollingWorkflowEventSource, JMSQueueWorkflowEventSource, JMSTopicWorkflowEventSource, MaildirWorkflowEventSource, MQTTWorkflowEventSource, UDPWorkflowEventSource

public interface ISupportGlobalSharedState
An interface for IWorkflowEventSources that support a global shared state.
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    This property determines if a global shared state should be used for all events created by this event source.
    void
    setGlobalSharedState(boolean p_bGlobalSharedState)
    This property determines if a global shared state should be used for all events created by this event source.
  • Methodendetails

    • isGlobalSharedState

      boolean isGlobalSharedState()
      This property determines if a global shared state should be used for all events created by this event source.
      Gibt zurück:
      true if a global shared state should be used, or false otherwise.
    • setGlobalSharedState

      void setGlobalSharedState(boolean p_bGlobalSharedState)
      This property determines if a global shared state should be used for all events created by this event source.
      Parameter:
      p_bGlobalSharedState - true if a global shared state should be used, or false otherwise.