|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A BookKeeper writes records to the AuditLog
BookKeepers should never be instantiated directly, but should instead
be obtained from their respective factory.
BookKeepers are singleton objects, so they should not store any state
information.
Supported API: false
Extendable: false
Method Summary | |
void |
recordEvent(KeyedEvent event)
Creates the record of an event in the database. |
void |
recordMultiObjectEvent(KeyedEvent event)
Creates records of an event in the database for multi-object events. |
Method Detail |
public void recordEvent(KeyedEvent event) throws WTException
event
-
WTException
public void recordMultiObjectEvent(KeyedEvent event) throws WTException
event
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |