public interface IExporter
Modifier and Type | Method and Description |
---|---|
void |
export(String directoryName,
String temporaryDirectoryName,
boolean exportPersistedClassByteCode)
FIXMELUC x generic export or xml export ?
|
void |
export(String directoryName,
String temporaryDirectoryName,
Object objectToExport) |
int |
getNumberOfObjectExported() |
void |
setListener(IExporterListener listener) |
void setListener(IExporterListener listener)
void export(String directoryName, String temporaryDirectoryName, boolean exportPersistedClassByteCode) throws StoreException, StoreClassNotFoundException, StoreInvalidClassException, StoreDataCorruptedException, StoreNotSerializableException, StoreTooBigForSerializationException
directoryName directory
also export byte code of class of persisted object
directoryName
- directory name where store exporttemporaryDirectoryName
- temporary directory name used to store temporary files while
exportingexportPersistedClassByteCode
- true if export persisted class byte codeStoreException
StoreClassNotFoundException
StoreInvalidClassException
StoreDataCorruptedException
StoreNotSerializableException
StoreTooBigForSerializationException
void export(String directoryName, String temporaryDirectoryName, Object objectToExport) throws StoreException, StoreClassNotFoundException, StoreInvalidClassException, StoreDataCorruptedException, StoreNotSerializableException
int getNumberOfObjectExported()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.