flux.audittrail.server
Interface DeadlineApproachingEvent

All Superinterfaces:
AbstractAuditTrailEvent

public interface DeadlineApproachingEvent
extends AbstractAuditTrailEvent

Logged to the audit trail when a flow chart or its denoted flow chart run is approaching its deadline. Flow chart execution continues as normal when this event is recorded.

Author:
Copyright 2000-2008 Flux Corporation. All rights reserved.

Method Summary
 java.util.Date getDeadline()
          Returns the deadline date for the flow chart.
 java.lang.String getFlowChartName()
          Returns the flow chart name for which this event is published.
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName, getTransactionId
 

Method Detail

getDeadline

public java.util.Date getDeadline()
Returns the deadline date for the flow chart.

Returns:
The deadline date for the flow chart.

getFlowChartName

public java.lang.String getFlowChartName()
Returns the flow chart name for which this event is published.

Returns:
The flow chart name for which this event is published.


© 2000-2008 Flux Corporation. All rights reserved.