|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JournaledObject
A journal object is an object that is managed by a jornal redo log
| Method Summary | |
|---|---|
boolean |
aquireReadLock()
Aquires a lock to read the object |
boolean |
aquireUpdateLock()
get a lock on on the object for update |
void |
debugLock()
|
long |
getJournalSavePoint()
Get the current Journaled SavePoint |
long |
getLastJournalEntry()
get the last journal entry we tried to migrate to |
void |
releaseReadLock()
releases a lock to read object |
void |
releaseUpdateLock()
release the update lock |
void |
setJournalIndexEntry(long journalEntry)
Set the current index entry for the journal |
void |
setLastJournalEntry(long nextJournalEntry)
Set the last journal entry we tried to migrate to |
| Method Detail |
|---|
long getJournalSavePoint()
boolean aquireUpdateLock()
void releaseUpdateLock()
boolean aquireReadLock()
void releaseReadLock()
long getLastJournalEntry()
void setLastJournalEntry(long nextJournalEntry)
nextJournalEntry - void setJournalIndexEntry(long journalEntry)
journalEntry - void debugLock()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||