flux.audittrail.server
Interface FlowChartFailoverEvent

All Superinterfaces:
AbstractAuditTrailEvent

public interface FlowChartFailoverEvent
extends AbstractAuditTrailEvent

Logged to the audit trail when a running flow chart's heartbeat is older than the engine configuration property FAILOVER_TIME_WINDOW and that flow chart is released (unassigned) from the engine executing it. Subsequently, any other available engine in the cluster may continue executing that flow chart from the point of failover.

Author:
Copyright 2014 Flux Corporation. All rights reserved.

Method Summary
 java.lang.String getFlowChartName()
          Returns the name of the flow chart that was failed over.
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 

Method Detail

getFlowChartName

java.lang.String getFlowChartName()
Returns the name of the flow chart that was failed over.

Returns:
The failed over flow chart's name.


© 2014 Flux Corporation. All rights reserved.