org.objectweb.cjdbc.controller.recoverylog
Class JDBCLoggerThread.LogObject

java.lang.Object
  extended byorg.objectweb.cjdbc.controller.recoverylog.JDBCLoggerThread.LogObject
Enclosing class:
JDBCLoggerThread

private class JDBCLoggerThread.LogObject
extends java.lang.Object


Field Summary
private  boolean escapeProcessing
           
private  int id
           
private  java.lang.String login
           
private  java.lang.String query
           
private  int tid
           
 
Constructor Summary
JDBCLoggerThread.LogObject(int id, java.lang.String login, java.lang.String query, int tid, boolean escapeProcessing)
          Create a log object.
 
Method Summary
 boolean getEscapeProcessing()
           
 int getId()
           
 java.lang.String getLogin()
           
 java.lang.String getQuery()
           
 int getTid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tid

private int tid

query

private java.lang.String query

login

private java.lang.String login

id

private int id

escapeProcessing

private boolean escapeProcessing
Constructor Detail

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 id
login - login used for this request
query - query to log
tid - transaction id of this request
escapeProcessing - true if escape processing must be done
Method Detail

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.