|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FosStructure | |
org.objectweb.perseus.fos.api | |
org.objectweb.perseus.fos.lib |
Uses of FosStructure in org.objectweb.perseus.fos.api |
Methods in org.objectweb.perseus.fos.api with parameters of type FosStructure | |
void |
FosAccess.read(java.lang.String dirof,
java.lang.String id,
FosStructure fs,
java.lang.Object ctxt)
Reads the content of a persistent object from a file. |
void |
FosAccess.write(java.lang.String dirof,
java.lang.String id,
FosStructure fs,
java.lang.Object ctxt)
Writes the content of a persistent object to a file. |
Uses of FosStructure in org.objectweb.perseus.fos.lib |
Methods in org.objectweb.perseus.fos.lib with parameters of type FosStructure | |
void |
FosTxContext.read(java.lang.String dirof,
java.lang.String id,
FosStructure fs,
java.lang.Object ctxt)
Reads the content of a persistent object from a file. |
void |
FosTxContext.read(java.lang.String dirof,
java.lang.String id,
FosStructure fs,
FosAccess conn,
java.lang.Object ctxt)
|
void |
FosTxContext.write(java.lang.String dirof,
java.lang.String id,
FosStructure fs,
java.lang.Object ctxt)
Writes the content of a persistent object to a file. |
void |
FosTxContext.write(java.lang.String dirof,
java.lang.String id,
FosStructure fs,
FosAccess conn,
java.lang.Object ctxt)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |