Uses of Interface
flux.audittrail.client.AbstractCallEvent

Packages that use AbstractCallEvent
flux.audittrail.client Client-side audit trail 
 

Uses of AbstractCallEvent in flux.audittrail.client
 

Subinterfaces of AbstractCallEvent in flux.audittrail.client
 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 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.
 



© 2014 Flux Corporation. All rights reserved.