Package | Description |
---|---|
flux.audittrail.client |
Client-side audit trail
|
Modifier and Type | Interface and Description |
---|---|
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.
|
© 2000-2025 Flux Corporation. All rights reserved.