Uses of Interface
flux.audittrail.server.AbstractServerEvent

Packages that use AbstractServerEvent
flux.audittrail.server Server-side audit trail 
 

Uses of AbstractServerEvent in flux.audittrail.server
 

Subinterfaces of AbstractServerEvent in flux.audittrail.server
 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 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 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 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.
 



© 2014 Flux Corporation. All rights reserved.