Uses of Interface
flux.audittrail.AbstractAuditTrailEvent

Packages that use AbstractAuditTrailEvent
flux.audittrail.client Client-side audit trail 
flux.audittrail.server Server-side audit trail 
flux.audittrail.status Heartbeat, database trouble, and status events 
 

Uses of AbstractAuditTrailEvent in flux.audittrail.client
 

Subinterfaces of AbstractAuditTrailEvent in flux.audittrail.client
 interface AbstractCallEvent
          Abstract interface for logging client API calls to the audit trail.
 interface EnteringCallEvent
          Logged to the audit trail when a client API call starts.
 interface ExitingCallEvent
          Logged to the audit trail when a client API call finishes normally.
 interface ExitingCallWithErrorEvent
          Logged to the audit trail when a client API call finishes with an error, which is indicated when an exception is thrown.
 interface FlowChartRemovedEvent
          Logged to the audit trail when a flow chart is removed from the engine.
 interface J2seTransactionCommittedEvent
          Logged to the audit trail when a database transaction involved in a J2SE client call commits.
 interface J2seTransactionRolledBackEvent
          Logged to the audit trail when a database transaction involved in a J2SE client call rolls back.
 

Uses of AbstractAuditTrailEvent in flux.audittrail.server
 

Subinterfaces of AbstractAuditTrailEvent in flux.audittrail.server
 interface AbstractServerEvent
          Abstract interface for significant server side events that are logged to the audit trail.
 interface ActionTimeoutEvent
          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.
 interface AgentRestartEvent
          Logged to the audit trail when an agent is restarted using the new agent configuration.
 interface DeadlineApproachingEvent
          Logged to the audit trail when a flow chart or its denoted flow chart run is approaching its deadline.
 interface DeadlineExceededEvent
          Logged to the audit trail when a flow chart or its denoted flow chart run exceeds its deadline.
 interface DeferringExecutionFlowEvent
          Logged to the audit trail when an execution flow ceases running for a while.
 interface EndingRunEvent
          Logged to the audit trail when a flow chart run finishes.
 interface EngineRestartEvent
          Logged to the audit trail when an engine is restarted using the new configuration.
 interface EnteringActionEvent
          Logged to the audit trail when a flow chart enters an action.
 interface EnteringTriggerEvent
          Logged to the audit trail when a flow chart enters a trigger.
 interface ExecutingActionEvent
          Logged to the audit trail when a flow chart executes an action and that action provides an update on its execution status.
 interface ExitingActionEvent
          Logged to the audit trail when a flow chart exits an action.
 interface ExitingActionOnErrorEvent
          Logged to the audit trail when a flow chart exits an action with an error.
 interface ExitingActionOnSignalEvent
          Logged to the audit trail when a flow chart exits an action after signals are raised during execution of that action.
 interface ExitingActionOnTimeoutEvent
          Logged to the audit trail when a flow chart exits an action after signals, including the timeout signal, are raised during execution of that action.
 interface ExitingTriggerEvent
          Logged to the audit trail when a flow chart exits a trigger.
 interface ExitingTriggerOnErrorEvent
          Logged to the audit trail when a flow chart exits a trigger with an error.
 interface ExitingTriggerOnSignalEvent
          Logged to the audit trail when a flow chart exits a trigger after signals are raised while that trigger waits to fire.
 interface ExitingTriggerOnTimeoutEvent
          Logged to the audit trail when a flow chart exits a trigger after signals, including the timeout signal, are raised while that trigger waits to fire.
 interface ExitingTriggerWithoutFiringEvent
          Logged to the audit trail when a flow chart enters a trigger and leaves before the trigger is ready to fire.
 interface FinishingExecutionFlowEvent
          Logged to the audit trail when an execution flow finishes.
 interface FinishingFlowChartEvent
          Logged to the audit trail when a flow chart finishes.
 interface FlowChartFailoverEvent
          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.
 interface StartingExecutionFlowEvent
          Logged to the audit trail when an execution flow context is created and starts.
 interface StartingRunEvent
          Logged to the audit trail when a flow chart run starts.
 

Uses of AbstractAuditTrailEvent in flux.audittrail.status
 

Subinterfaces of AbstractAuditTrailEvent in flux.audittrail.status
 interface EngineContentsSummary
          This event contains general status information about the state of the flow charts in the Flux engine.
 interface EngineDatabaseCommandsFailing
          A heartbeat event that indicates that at least five closely spaced database commands issued by the Flux engine have all failed with an error.
 interface EngineMainBlocked
          A heartbeat event that indicates that the Flux engine's primary flow of control is alive, but it is blocked or deadlocked and cannot make progress.
 interface EngineMainStopped
          A heartbeat event that indicates that the Flux engine's primary flow of control has stopped due to an error condition.
 interface ErrorCondition
          Abstract interface that represents a heartbeat event containing a diagnosed severe error in the Flux engine.
 interface Heartbeat
          This abstract heartbeat event contains general diagnostic information about the health of the Flux engine instance that generated it.
 interface Ok
          A heartbeat event that indicates that no error has been diagnosed in the Flux engine.
 



© 2014 Flux Corporation. All rights reserved.