public class AuditEventListener extends Object implements PostInsertEventListener, PostUpdateEventListener, PostDeleteEventListener, PreCollectionUpdateEventListener, PreCollectionRemoveEventListener, PostCollectionRecreateEventListener, Initializable
| Constructor and Description |
|---|
AuditEventListener() |
| Modifier and Type | Method and Description |
|---|---|
AuditConfiguration |
getVerCfg() |
void |
initialize(Configuration cfg) |
void |
onPostDelete(PostDeleteEvent event) |
void |
onPostInsert(PostInsertEvent event) |
void |
onPostRecreateCollection(PostCollectionRecreateEvent event) |
void |
onPostUpdate(PostUpdateEvent event) |
void |
onPreRemoveCollection(PreCollectionRemoveEvent event) |
void |
onPreUpdateCollection(PreCollectionUpdateEvent event) |
public void onPostInsert(PostInsertEvent event)
onPostInsert in interface PostInsertEventListenerpublic void onPostUpdate(PostUpdateEvent event)
onPostUpdate in interface PostUpdateEventListenerpublic void onPostDelete(PostDeleteEvent event)
onPostDelete in interface PostDeleteEventListenerpublic void onPreUpdateCollection(PreCollectionUpdateEvent event)
onPreUpdateCollection in interface PreCollectionUpdateEventListenerpublic void onPreRemoveCollection(PreCollectionRemoveEvent event)
onPreRemoveCollection in interface PreCollectionRemoveEventListenerpublic void onPostRecreateCollection(PostCollectionRecreateEvent event)
onPostRecreateCollection in interface PostCollectionRecreateEventListenerpublic void initialize(Configuration cfg)
initialize in interface Initializablepublic AuditConfiguration getVerCfg()
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved