|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.cjdbc.controller.recoverylog.events.UnlogRequestEvent
This class defines a UnlogRequestEvent to unlog a request log entry.
| Field Summary | |
private LogEntry |
logEntry
|
| Constructor Summary | |
UnlogRequestEvent(LogEntry entry)
Creates a new UnlogRequestEvent 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 |
private LogEntry logEntry
| Constructor Detail |
public UnlogRequestEvent(LogEntry entry)
UnlogRequestEvent 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 | ||||||||||