|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.controller.recoverylog.events.LogRequestEvent
This class defines a LogRequestEvent to log a request log entry.
| Field Summary | |
protected LogEntry |
logEntry
|
| Constructor Summary | |
LogRequestEvent(LogEntry entry)
Creates a new LogRequestEvent object |
|
| Method Summary | |
boolean |
belongToTransaction(long tid)
Returns true if this logEvent belongs to the given transaction. |
void |
execute(LoggerThread loggerThread)
Called by the LoggerThread to perform the needed operation on the log for this entry. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected LogEntry logEntry
| Constructor Detail |
public LogRequestEvent(LogEntry entry)
LogRequestEvent object
entry - the log entry to use (not null)| Method Detail |
public boolean belongToTransaction(long tid)
LogEvent
belongToTransaction in interface LogEventtid - the transaction identifier
LogEvent.belongToTransaction(long)public void execute(LoggerThread loggerThread)
LogEvent
execute in interface LogEventloggerThread - the logger thread calling this methodLogEvent.execute(org.objectweb.cjdbc.controller.recoverylog.LoggerThread)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||