flux.audittrail.server
Interface DeferringExecutionFlowEvent

All Superinterfaces:
AbstractAuditTrailEvent, AbstractServerEvent

public interface DeferringExecutionFlowEvent
extends AbstractServerEvent

Logged to the audit trail when an execution flow ceases running for a while. An execution flow may cease running for a time due to a variety of reasons, including:

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.String getAction()
          Returns the name of the action at which execution is deferred.
 SubState getState()
          Returns the state in which this execution flow is placed after its execution is deferred.
 
Methods inherited from interface flux.audittrail.server.AbstractServerEvent
getFlowContext, getFlowContextId
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 

Method Detail

getState

SubState getState()
Returns the state in which this execution flow is placed after its execution is deferred.

Returns:
The state in which this execution flow is placed after its execution is deferred.

getAction

java.lang.String getAction()
Returns the name of the action at which execution is deferred.

Returns:
the name of the action at which execution is deferred.


© 2014 Flux Corporation. All rights reserved.