Interface Corruptable
- All Known Subinterfaces:
DataFactory, LogFactory, RawStoreFactory, TransactionFactory
- All Known Implementing Classes:
BaseDataFileFactory, BaseDataFileFactoryJ4, LogToFile, RawStore, ReadOnly, XactFactory
public interface Corruptable
-
Method Summary
Modifier and TypeMethodDescriptionmarkCorrupt(StandardException originalError) Mark the module as corrupt.
-
Method Details
-
markCorrupt
Mark the module as corrupt. It is safe to call this multiple times.- Returns:
- Must always return its parameter.
-