Uses of Interface
flux.audittrail.AbstractExitingMethodWithErrorEvent

Packages that use AbstractExitingMethodWithErrorEvent
flux.audittrail.client Client-side audit trail 
flux.audittrail.server Server-side audit trail 
 

Uses of AbstractExitingMethodWithErrorEvent in flux.audittrail.client
 

Subinterfaces of AbstractExitingMethodWithErrorEvent in flux.audittrail.client
 interface ExitingCallWithErrorEvent
          Logged to the audit trail when a client API call finishes with an error, which is indicated when an exception is thrown.
 

Uses of AbstractExitingMethodWithErrorEvent in flux.audittrail.server
 

Subinterfaces of AbstractExitingMethodWithErrorEvent in flux.audittrail.server
 interface ExitingActionOnErrorEvent
          Logged to the audit trail when a flow chart exits an action with an error.
 interface ExitingTriggerOnErrorEvent
          Logged to the audit trail when a flow chart exits a trigger with an error.
 



© 2014 Flux Corporation. All rights reserved.