flux.audittrail.status
Interface ErrorCondition

All Superinterfaces:
AbstractAuditTrailEvent, Heartbeat
All Known Subinterfaces:
EngineDatabaseCommandsFailing, EngineMainBlocked, EngineMainStopped

public interface ErrorCondition
extends Heartbeat

Abstract interface that represents a heartbeat event containing a diagnosed severe error in the Flux engine. Heartbeat events that represent error conditions are sent to the audit trail as well as the logs at the highest logging level, that is, severe.

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

Method Summary
 Configuration getConfiguration()
          Returns the configuration for this engine.
 
Methods inherited from interface flux.audittrail.status.Heartbeat
getFreeMemory, getLocallyRunningFlowChartCount, getMaximumDatabaseConnections, getOccupiedDatabaseConnectionCount, getTotalMemory, isErrorCondition
 
Methods inherited from interface flux.audittrail.AbstractAuditTrailEvent
getEngineName, getName
 

Method Detail

getConfiguration

Configuration getConfiguration()
Returns the configuration for this engine.

Returns:
The configuration for this engine.


© 2014 Flux Corporation. All rights reserved.