|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines a LogEvent that defines the profile of actions that manipulate the recovery log like logging a request.
| 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. |
| Method Detail |
public boolean belongToTransaction(long tid)
tid - the transaction identifier
public void execute(LoggerThread loggerThread)
loggerThread - the logger thread calling this method
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||