Uses of Class org.objectweb.perseus.fos.api.FosException

Uses in package org.objectweb.perseus.fos.lib

Methods which throw type org.objectweb.perseus.fos.api.FosException

void
Begins a FOS transaction with no DTP context.
void
Begins a FOS transaction with a DTP context.
void
Commits a FOS transaction.
FosTransaction
Creates a new TxContext for managing transactional I/Os with Data Object Files.
void
FosTxContext.delete(String dirof, String id)
Deletes the file associated with a persistent object.
void
FosTxContext.deleteDir(String dirof)
Deletes a directory that stores persistent objects along with all object files stored under it.
boolean
FosTxContext.exist(String dirof, String id)
Tests if the file associated to a persistent object exists.
boolean
FosTxContext.existDir(String dirof)
Tests if a directory that stores persistent objects exists.
void
Initializes the root directory for storing files representing data objects.
boolean
Prepares a FOS transaction to commit.
void
FosTxContext.read(String dirof, String id, FosStructure fs, Object ctxt)
Reads the content of a persistent object from a file.
void
FosTxContext.read(String dirof, String id, FosStructure fs, FosAccess conn, Object ctxt)
void
Releases a FosTxContext.
void
Roolbacks a FOS transaction.
Iterator
FosTxContext.scan(String dirof)
Gets an iterator in order to iterate over the names of the data object files stored into that sub-directory.
void
Starts a FosTxContextFactory.
void
Stops a FosTxContextFactory.
void
FosTxContext.write(String dirof, String id, FosStructure fs, Object ctxt)
Writes the content of a persistent object to a file.
void
FosTxContext.write(String dirof, String id, FosStructure fs, FosAccess conn, Object ctxt)

Uses in package org.objectweb.perseus.fos.api

Methods which throw type org.objectweb.perseus.fos.api.FosException

void
Begins a FOS transaction with no DTP context.
void
Begins a FOS transaction with a DTP context.
void
Commits a FOS transaction.
FosTransaction
Creates a new FosTransaction for managing transactional I/Os with Data Object Files.
void
FosAccess.delete(String dirof, String id)
Deletes the file associated with a persistent object.
void
FosAccess.deleteDir(String dirof)
Deletes a directory that stores persistent objects along with all object files stored under it.
boolean
FosAccess.exist(String dirof, String id)
Tests if the file associated to a persistent object exists.
boolean
FosAccess.existDir(String dirof)
Tests if a directory that stores persistent objects exists.
void
Initializes the root directory for storing files representing data objects.
boolean
Prepares a FOS transaction for commit.
void
FosAccess.read(String dirof, String id, FosStructure fs, Object ctxt)
Reads the content of a persistent object from a file.
void
Releases a FosTransaction.
void
Roolbacks a FOS transaction.
Iterator
FosAccess.scan(String dirof)
Gets an iterator in order to iterate over the names of the data object files stored into that sub-directory.
void
void
void
FosAccess.write(String dirof, String id, FosStructure fs, Object ctxt)
Writes the content of a persistent object to a file.

Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.