Package de.uplanet.lucy.server.workflow
Schnittstelle IRunnableWorkflowObject
- Alle bekannten Implementierungsklassen:
AbstractIMAPFolderWorkflowEventSource,AbstractJMSWorkflowEventSource,AbstractSingleThreadedWorkflowEventSource,ExchangeOnlineIMAPFolderPollingWorkflowEventSource,FileSystemWorkflowEventSource,IMAPFolderPollingWorkflowEventSource,JMSQueueWorkflowEventSource,JMSTopicWorkflowEventSource,MaildirWorkflowEventSource,MQTTWorkflowEventSource,UDPWorkflowEventSource
public interface IRunnableWorkflowObject
- Seit:
- Intrexx 9.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleanIndicates if the worker thread should run or not.
-
Methodendetails
-
shouldRun
boolean shouldRun()Indicates if the worker thread should run or not.- Gibt zurück:
trueif the worker thread should run, orfalseotherwise.
-