org.objectweb.cjdbc.controller.recoverylog
Class JDBCLoggerThread.LogObject
java.lang.Object
org.objectweb.cjdbc.controller.recoverylog.JDBCLoggerThread.LogObject
- Enclosing class:
- JDBCLoggerThread
- private class JDBCLoggerThread.LogObject
- extends java.lang.Object
Constructor Summary |
JDBCLoggerThread.LogObject(int id,
java.lang.String login,
java.lang.String query,
int tid,
boolean escapeProcessing)
Create a log object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tid
private int tid
query
private java.lang.String query
login
private java.lang.String login
id
private int id
escapeProcessing
private boolean escapeProcessing
JDBCLoggerThread.LogObject
public JDBCLoggerThread.LogObject(int id,
java.lang.String login,
java.lang.String query,
int tid,
boolean escapeProcessing)
- Create a log object.
- Parameters:
id
- unique request idlogin
- login used for this requestquery
- query to logtid
- transaction id of this requestescapeProcessing
- true if escape processing must be done
getId
public int getId()
- Returns:
- the request id
getLogin
public java.lang.String getLogin()
- Returns:
- the login used for this request
getQuery
public java.lang.String getQuery()
- Returns:
- the request itself
getTid
public int getTid()
- Returns:
- the transaction id
getEscapeProcessing
public boolean getEscapeProcessing()
- Returns:
- true if escape processing is needed
Copyright © 2002, 2003 - ObjectWeb Consortium - All Rights Reserved.