|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--arlut.csd.ganymede.JournalEntry
This class holds data corresponding to a modification record for a single
object in the server's DBJournal class.
| Field Summary | |
(package private) DBObjectBase |
base
|
(package private) static boolean |
debug
|
(package private) int |
id
|
(package private) DBObject |
obj
|
| Constructor Summary | |
JournalEntry(DBObjectBase base,
int id,
DBObject obj)
|
|
| Method Summary | |
(package private) void |
process(DBStore store)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|
| Field Detail |
static boolean debug
DBObjectBase base
int id
DBObject obj
| Constructor Detail |
public JournalEntry(DBObjectBase base,
int id,
DBObject obj)
| Method Detail |
void process(DBStore store)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||