Class AbstractEventSourceWorkflowEventHandler

java.lang.Object
de.uplanet.lucy.server.workflow.eventhandler.AbstractWorkflowEventHandler
de.uplanet.lucy.server.workflow.eventhandler.AbstractEventSourceWorkflowEventHandler
All Implemented Interfaces:
IActivatableWorkflowObject, INamedWorkflowObject, INeedWorkflow, IWorkflowEventHandler, IWorkflowObject, Serializable
Direct Known Subclasses:
IMAPMessageWorkflowEventHandler, MaildirWorkflowEventHandler, UDPDatagramWorkflowEventHandler

public abstract class AbstractEventSourceWorkflowEventHandler extends AbstractWorkflowEventHandler
See Also:
  • Constructor Details

    • AbstractEventSourceWorkflowEventHandler

      public AbstractEventSourceWorkflowEventHandler(String p_strGuid)
  • Method Details

    • getEventSourceGuids

      public List<String> getEventSourceGuids()
      Get the list of unique event source identifiers that are matched by this event handler.

      If this list is empty the handler will accept matching events from all event sources.

      Returns:
      The GUID of the associated event source.
      Since:
      Intrexx 8.0.
    • setEventSourceGuids

      public void setEventSourceGuids(List<String> p_eventSourceGuids)
      Get the list of unique event source identifiers that are matched by this event handler.

      If this list is empty the handler will accept matching events from all event sources.

      Since:
      Intrexx 8.0.
    • isHandleBeforeStartEvent

      public boolean isHandleBeforeStartEvent()
    • setHandleBeforeStartEvent

      public void setHandleBeforeStartEvent(boolean p_bHandleBeforeStartEvent)
    • isHandleAfterStopEvent

      public boolean isHandleAfterStopEvent()
    • setHandleAfterStopEvent

      public void setHandleAfterStopEvent(boolean p_bHandleAfterStopEvent)