|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FosException | |
org.objectweb.perseus.fos.api | |
org.objectweb.perseus.fos.lib |
Uses of FosException in org.objectweb.perseus.fos.api |
Methods in org.objectweb.perseus.fos.api that throw FosException | |
void |
FosTransaction.begin()
Begins a FOS transaction with no DTP context. |
void |
FosTransaction.begin(javax.transaction.xa.Xid xid)
Begins a FOS transaction with a DTP context. |
boolean |
FosTransaction.prepare()
Prepares a FOS transaction for commit. |
void |
FosTransaction.commit()
Commits a FOS transaction. |
void |
FosTransaction.rollback()
Roolbacks a FOS transaction. |
void |
FosManager.start()
|
void |
FosManager.stop()
|
void |
FosManager.initialize()
Initializes the root directory for storing files representing data objects. |
FosTransaction |
FosManager.createTxContext()
Creates a new FosTransaction for managing transactional I/Os with Data Object Files. |
void |
FosManager.releaseTxContext(FosTransaction txc)
Releases a FosTransaction. |
void |
FosAccess.delete(java.lang.String dirof,
java.lang.String id)
Deletes the file associated with a persistent object. |
void |
FosAccess.deleteDir(java.lang.String dirof)
Deletes a directory that stores persistent objects along with all object files stored under it. |
boolean |
FosAccess.exist(java.lang.String dirof,
java.lang.String id)
Tests if the file associated to a persistent object exists. |
boolean |
FosAccess.existDir(java.lang.String dirof)
Tests if a directory that stores persistent objects exists. |
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. |
java.util.Iterator |
FosAccess.scan(java.lang.String dirof)
Gets an iterator in order to iterate over the names of the data object files stored into that sub-directory. |
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 FosException in org.objectweb.perseus.fos.lib |
Methods in org.objectweb.perseus.fos.lib that throw FosException | |
void |
FosTxContextFactory.start()
Starts a FosTxContextFactory. |
void |
FosTxContextFactory.stop()
Stops a FosTxContextFactory. |
void |
FosTxContextFactory.initialize()
Initializes the root directory for storing files representing data objects. |
FosTransaction |
FosTxContextFactory.createTxContext()
Creates a new TxContext for managing transactional I/Os with Data Object Files. |
void |
FosTxContextFactory.releaseTxContext(FosTransaction txc)
Releases a FosTxContext. |
void |
FosTxContext.begin()
Begins a FOS transaction with no DTP context. |
void |
FosTxContext.begin(javax.transaction.xa.Xid xid)
Begins a FOS transaction with a DTP context. |
boolean |
FosTxContext.prepare()
Prepares a FOS transaction to commit. |
void |
FosTxContext.commit()
Commits a FOS transaction. |
void |
FosTxContext.rollback()
Roolbacks a FOS transaction. |
boolean |
FosTxContext.exist(java.lang.String dirof,
java.lang.String id)
Tests if the file associated to a persistent object exists. |
boolean |
FosTxContext.existDir(java.lang.String dirof)
Tests if a directory that stores persistent objects exists. |
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.delete(java.lang.String dirof,
java.lang.String id)
Deletes the file associated with a persistent object. |
void |
FosTxContext.deleteDir(java.lang.String dirof)
Deletes a directory that stores persistent objects along with all object files stored under it. |
java.util.Iterator |
FosTxContext.scan(java.lang.String dirof)
Gets an iterator in order to iterate over the names of the data object files stored into that sub-directory. |
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 |