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  long id
           
private  java.lang.String login
           
private  java.lang.String query
           
private  long tid
           
 
Constructor Summary
JDBCLoggerThread.LogObject(long id, java.lang.String login, java.lang.String query, long tid, boolean escapeProcessing)
          Create a log object.
 
Method Summary
 boolean getEscapeProcessing()
           
 long getId()
           
 java.lang.String getLogin()
           
 java.lang.String getQuery()
           
 long getTid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tid

private long tid

query

private java.lang.String query

login

private java.lang.String login

id

private long id

escapeProcessing

private boolean escapeProcessing
Constructor Detail

JDBCLoggerThread.LogObject

public JDBCLoggerThread.LogObject(long id,
                                  java.lang.String login,
                                  java.lang.String query,
                                  long 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 long 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 long getTid()
Returns:
the transaction id

getEscapeProcessing

public boolean getEscapeProcessing()
Returns:
true if escape processing is needed


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.