flux.audittrail.status
Interface EngineContentsSummary

All Superinterfaces:
AbstractAuditTrailEvent

public interface EngineContentsSummary
extends AbstractAuditTrailEvent

This event contains general status information about the state of the flow charts in the Flux engine. This event is generated according to the frequency specified in the ENGINE_CONTENTS_SUMMARY_FREQUENCY engine configuration property. This event is sent to the audit trail as well as the logs at the info logging level.

Author:
Copyright 2014 Flux Corporation. All rights reserved.
See Also:
Level.INFO

Method Summary
 long getFlowChartCount()
          Returns the number of flow charts in the Flux engine.
 java.util.SortedSet<FlowContextDetails> getFlowContextDetails()
          Returns details about flow contexts that are scheduled to fire during the next hour.
 Heartbeat getHeartbeat()
          Returns general diagnostic information about the health of the Flux engine instance that generated it.
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 

Method Detail

getFlowChartCount

long getFlowChartCount()
Returns the number of flow charts in the Flux engine.

Returns:
The number of flow charts in the Flux engine.

getFlowContextDetails

java.util.SortedSet<FlowContextDetails> getFlowContextDetails()
Returns details about flow contexts that are scheduled to fire during the next hour.

Returns:
Contains details about flow contexts that are scheduled to fire during the next hour.

getHeartbeat

Heartbeat getHeartbeat()
Returns general diagnostic information about the health of the Flux engine instance that generated it. This heartbeat information is generated when this event is generated.

Returns:
Returns general diagnostic information about the health of the Flux engine instance that generated it.


© 2014 Flux Corporation. All rights reserved.