public class DatabaseAuditHandler
extends org.audit4j.core.handler.Handler
| Constructor and Description |
|---|
DatabaseAuditHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDb_connection_type() |
String |
getDb_driver()
Gets the db_driver.
|
String |
getDb_jndi_datasource() |
String |
getDb_password()
Gets the db_password.
|
String |
getDb_url()
Gets the db_url.
|
String |
getDb_user()
Gets the db_user.
|
String |
getEmbedded()
Gets the embedded.
|
void |
handle() |
void |
init() |
void |
setDb_connection_type(String db_connection_type) |
void |
setDb_driver(String db_driver)
Sets the db_driver.
|
void |
setDb_jndi_datasource(String db_jndi_datasource) |
void |
setDb_password(String db_password)
Sets the db_password.
|
void |
setDb_url(String db_url)
Sets the db_url.
|
void |
setDb_user(String db_user)
Sets the db_user.
|
void |
setEmbedded(String embedded)
Sets the embedded.
|
public void init()
throws org.audit4j.core.exception.InitializationException
init in class org.audit4j.core.handler.Handlerorg.audit4j.core.exception.InitializationExceptionpublic void handle()
throws org.audit4j.core.exception.HandlerException
handle in class org.audit4j.core.handler.Handlerorg.audit4j.core.exception.HandlerExceptionpublic String getDb_connection_type()
public void setDb_connection_type(String db_connection_type)
public String getEmbedded()
public void setEmbedded(String embedded)
embedded - the new embeddedpublic String getDb_driver()
public void setDb_driver(String db_driver)
db_driver - the new db_driverpublic String getDb_url()
public void setDb_url(String db_url)
db_url - the new db_urlpublic String getDb_user()
public void setDb_user(String db_user)
db_user - the new db_userpublic String getDb_password()
public void setDb_password(String db_password)
db_password - the new db_passwordpublic String getDb_jndi_datasource()
public void setDb_jndi_datasource(String db_jndi_datasource)
Copyright © 2014 Audit4j. All rights reserved.