|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FosAccess | |
org.objectweb.perseus.fos.api | |
org.objectweb.perseus.fos.lib |
Uses of FosAccess in org.objectweb.perseus.fos.api |
Subinterfaces of FosAccess in org.objectweb.perseus.fos.api | |
interface |
FosTransaction
Defines the means to operate FOS transactions. |
Methods in org.objectweb.perseus.fos.api with parameters of type FosAccess | |
void |
FosStructure.readFile(java.io.ObjectInputStream ois,
FosAccess conn,
java.lang.Object ctxt)
Reads the content of a persistent object from the file represented by the given ObjectInputStream. |
void |
FosStructure.writeFile(java.io.ObjectOutputStream oos,
FosAccess conn,
java.lang.Object ctxt)
Writes the content of a persistent object to the file represented by the given ObjectOutputStream. |
Uses of FosAccess in org.objectweb.perseus.fos.lib |
Classes in org.objectweb.perseus.fos.lib that implement FosAccess | |
class |
FosTxContext
|
Methods in org.objectweb.perseus.fos.lib with parameters of type FosAccess | |
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,
FosAccess conn,
java.lang.Object ctxt)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |