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 PostInsertEventListener
public void onPostUpdate(PostUpdateEvent event)
onPostUpdate
in interface PostUpdateEventListener
public void onPostDelete(PostDeleteEvent event)
onPostDelete
in interface PostDeleteEventListener
public void onPreUpdateCollection(PreCollectionUpdateEvent event)
onPreUpdateCollection
in interface PreCollectionUpdateEventListener
public void onPreRemoveCollection(PreCollectionRemoveEvent event)
onPreRemoveCollection
in interface PreCollectionRemoveEventListener
public void onPostRecreateCollection(PostCollectionRecreateEvent event)
onPostRecreateCollection
in interface PostCollectionRecreateEventListener
public void initialize(Configuration cfg)
initialize
in interface Initializable
public AuditConfiguration getVerCfg()
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved