Package de.uplanet.lucy.server.workflow
Interface ISupportGlobalSharedState
- All Known Implementing Classes:
AbstractIMAPFolderWorkflowEventSource,AbstractJMSWorkflowEventSource,ExchangeOnlineIMAPFolderPollingWorkflowEventSource,FileSystemWorkflowEventSource,IMAPFolderPollingWorkflowEventSource,JMSQueueWorkflowEventSource,JMSTopicWorkflowEventSource,MaildirWorkflowEventSource,MQTTWorkflowEventSource,UDPWorkflowEventSource
public interface ISupportGlobalSharedState
An interface for
IWorkflowEventSources that support a global shared state.-
Method Summary
Modifier and TypeMethodDescriptionbooleanThis property determines if a global shared state should be used for all events created by this event source.voidsetGlobalSharedState(boolean p_bGlobalSharedState) This property determines if a global shared state should be used for all events created by this event source.
-
Method Details