Package flux.audittrail.client

Client side audit trail

See:
          Description

Interface Summary
AbstractCallEvent Abstract interface for logging client API calls to the audit trail.
EnteringCallEvent Logged to the audit trail when a client API call starts.
ExitingCallEvent Logged to the audit trail when a client API call finishes normally.
ExitingCallWithErrorEvent Logged to the audit trail when a client API call finishes with an error, which is indicated when an exception is thrown.
FlowChartRemovedEvent Logged to the audit trail when a flow chart is removed from the engine.
J2seTransactionCommittedEvent Logged to the audit trail when a database transaction involved in a J2SE client call commits.
J2seTransactionRolledBackEvent Logged to the audit trail when a database transaction involved in a J2SE client call rolls back.
PublishingMessageCallEvent Logged to the audit trail when a message is published by a client call to flux.messaging.MessagingAdministrator.publishMessage().
 

Package flux.audittrail.client Description

Client side audit trail



© 2000-2008 Flux Corporation. All rights reserved.