flux.audittrail.server
Interface ActionTimeoutEvent

All Superinterfaces:
AbstractActionOrTriggerName, AbstractAuditTrailEvent, AbstractServerEvent

public interface ActionTimeoutEvent
extends AbstractServerEvent, AbstractActionOrTriggerName

Logged to the audit trail when a flow chart is running an action, the action takes too long to execute, but the action has not completed yet.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 long getTimeoutDuration()
          Returns the actual number of milliseconds represented by this action's timeout Time Expression.
 
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

getTimeoutDuration

long getTimeoutDuration()
Returns the actual number of milliseconds represented by this action's timeout Time Expression. The returned millisecond count represents the number of milliseconds from the moment the action began executing until it timed out.

Returns:
The actual number of milliseconds represented by this action's timeout Time Expression.


© 2014 Flux Corporation. All rights reserved.