flux.audittrail.server
Interface ExitingActionOnTimeoutEvent

All Superinterfaces:
AbstractActionOrTriggerName, AbstractAuditTrailEvent, AbstractServerEvent, ExitingActionOnSignalEvent

public interface ExitingActionOnTimeoutEvent
extends ExitingActionOnSignalEvent

Logged to the audit trail when a flow chart exits an action after signals, including the timeout signal, are raised during execution of that action. When any signal, including the timeout signal, is raised on an executing action, the action is notified through the FlowContext interface.

If this event is generated, an ExitingActionOnSignalEvent will not be generated at the same time.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.util.Set getRaisedSignals()
          Returns a non-empty set of signals, including the timeout signal, that were raised during the execution of the flow chart action.
 
Methods inherited from interface flux.audittrail.server.AbstractServerEvent
getFlowContext, getFlowContextId
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 
Methods inherited from interface flux.audittrail.server.AbstractActionOrTriggerName
getActionOrTriggerName
 

Method Detail

getRaisedSignals

java.util.Set getRaisedSignals()
Returns a non-empty set of signals, including the timeout signal, that were raised during the execution of the flow chart action.

Specified by:
getRaisedSignals in interface ExitingActionOnSignalEvent
Returns:
Set of String. A non-empty set of signals, including the timeout signal, that were raised during the execution of the flow chart action.


© 2014 Flux Corporation. All rights reserved.