public interface DataManager
| Modifier and Type | Method and Description |
|---|---|
void |
addInterestInFile(int file) |
void |
close() |
void |
consolidateDataFiles() |
boolean |
delete() |
void |
force() |
java.lang.String |
getName() |
Marshaller |
getRedoMarshaller() |
java.lang.Object |
readItem(Marshaller marshaller,
StoreLocation item) |
void |
recoverRedoItems(RedoListener listener) |
void |
removeInterestInFile(int file) |
void |
setRedoMarshaller(Marshaller redoMarshaller) |
StoreLocation |
storeDataItem(Marshaller marshaller,
java.lang.Object payload) |
StoreLocation |
storeRedoItem(java.lang.Object payload) |
void |
updateItem(StoreLocation location,
Marshaller marshaller,
java.lang.Object payload) |
java.lang.String getName()
java.lang.Object readItem(Marshaller marshaller, StoreLocation item) throws java.io.IOException
java.io.IOExceptionStoreLocation storeDataItem(Marshaller marshaller, java.lang.Object payload) throws java.io.IOException
java.io.IOExceptionStoreLocation storeRedoItem(java.lang.Object payload) throws java.io.IOException
java.io.IOExceptionvoid updateItem(StoreLocation location, Marshaller marshaller, java.lang.Object payload) throws java.io.IOException
java.io.IOExceptionvoid recoverRedoItems(RedoListener listener) throws java.io.IOException
java.io.IOExceptionvoid close() throws java.io.IOException
java.io.IOExceptionvoid force() throws java.io.IOException
java.io.IOExceptionboolean delete() throws java.io.IOException
java.io.IOExceptionvoid addInterestInFile(int file) throws java.io.IOException
java.io.IOExceptionvoid removeInterestInFile(int file) throws java.io.IOException
java.io.IOExceptionvoid consolidateDataFiles() throws java.io.IOException
java.io.IOExceptionMarshaller getRedoMarshaller()
void setRedoMarshaller(Marshaller redoMarshaller)
Copyright © 2005-2012. All Rights Reserved.