org.kuali.db
Class DatabaseEvent
java.lang.Object
org.kuali.db.DatabaseEvent
public class DatabaseEvent
- extends Object
Pojo for a database event
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
message
String message
priority
MessagePriority priority
timestamp
Date timestamp
exception
Throwable exception
transaction
Transaction transaction
totalStatements
int totalStatements
successfulStatements
int successfulStatements
sql
String sql
updateCountTotal
int updateCountTotal
DatabaseEvent
public DatabaseEvent()
DatabaseEvent
public DatabaseEvent(String message)
DatabaseEvent
public DatabaseEvent(String message,
MessagePriority priority)
DatabaseEvent
public DatabaseEvent(String message,
MessagePriority priority,
Date timestamp,
Throwable exception,
Transaction transaction)
getMessage
public String getMessage()
setMessage
public void setMessage(String message)
getPriority
public MessagePriority getPriority()
setPriority
public void setPriority(MessagePriority priority)
getTimestamp
public Date getTimestamp()
setTimestamp
public void setTimestamp(Date timestamp)
getException
public Throwable getException()
setException
public void setException(Throwable exception)
getTransaction
public Transaction getTransaction()
setTransaction
public void setTransaction(Transaction transaction)
getTotalStatements
public int getTotalStatements()
setTotalStatements
public void setTotalStatements(int totalStatements)
getSuccessfulStatements
public int getSuccessfulStatements()
setSuccessfulStatements
public void setSuccessfulStatements(int successfulStatements)
getSql
public String getSql()
setSql
public void setSql(String sql)
getUpdateCountTotal
public int getUpdateCountTotal()
setUpdateCountTotal
public void setUpdateCountTotal(int updateCountTotal)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.