|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pl.edu.pjwstk.yaod.store.defaultstore.PersistentStoreClient
Constructor Summary | |
PersistentStoreClient(PersistentStore store)
|
Method Summary | |
void |
createAtom(Atom atm)
|
AtomPointer |
createEntry()
|
void |
deleteAtom(AtomPointer atmPtr)
|
AtomPointer |
getEntry()
|
Atom |
retrieveAtom(AtomPointer atmPtr)
|
void |
updateAtom(Atom atm)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PersistentStoreClient(PersistentStore store)
Method Detail |
public Atom retrieveAtom(AtomPointer atmPtr)
retrieveAtom
in interface StoreClient
public void deleteAtom(AtomPointer atmPtr)
deleteAtom
in interface StoreClient
public void createAtom(Atom atm)
createAtom
in interface StoreClient
public void updateAtom(Atom atm)
updateAtom
in interface StoreClient
public AtomPointer createEntry()
createEntry
in interface StoreClient
public AtomPointer getEntry()
getEntry
in interface StoreClient
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |