|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LogEntry | |
| org.objectweb.cjdbc.controller.recoverylog | Recovery Log core. |
| org.objectweb.cjdbc.controller.recoverylog.events | |
| org.objectweb.cjdbc.controller.virtualdatabase.protocol | Differemt group messages for the distributed version of the virtual database. |
| Uses of LogEntry in org.objectweb.cjdbc.controller.recoverylog |
| Methods in org.objectweb.cjdbc.controller.recoverylog that return LogEntry | |
LogEntry |
RecoveryLog.getNextLogEntry(long previousLogEntryId)
Get the next log entry from the recovery log given the id of the previous log entry. |
| Methods in org.objectweb.cjdbc.controller.recoverylog with parameters of type LogEntry | |
void |
RecoveryLog.logLogEntry(LogEntry logEntry)
Log a log entry in the recovery log. |
| Uses of LogEntry in org.objectweb.cjdbc.controller.recoverylog.events |
| Fields in org.objectweb.cjdbc.controller.recoverylog.events declared as LogEntry | |
protected LogEntry |
LogRequestEvent.logEntry
|
private LogEntry |
UnlogRequestEvent.logEntry
|
| Constructors in org.objectweb.cjdbc.controller.recoverylog.events with parameters of type LogEntry | |
LogRequestEvent(LogEntry entry)
Creates a new LogRequestEvent object |
|
UnlogRequestEvent(LogEntry entry)
Creates a new UnlogRequestEvent object |
|
LogRollbackEvent(LogEntry entry)
Creates a new LogRollbackEvent object |
|
| Uses of LogEntry in org.objectweb.cjdbc.controller.virtualdatabase.protocol |
| Fields in org.objectweb.cjdbc.controller.virtualdatabase.protocol declared as LogEntry | |
private LogEntry |
CopyLogEntry.entry
|
| Methods in org.objectweb.cjdbc.controller.virtualdatabase.protocol that return LogEntry | |
LogEntry |
CopyLogEntry.getEntry()
Returns the recovery LogEntry to be copied. |
| Constructors in org.objectweb.cjdbc.controller.virtualdatabase.protocol with parameters of type LogEntry | |
CopyLogEntry(LogEntry entry)
Creates a new CopyLogEntry object |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||