Interface Corruptable

All Known Subinterfaces:
DataFactory, LogFactory, RawStoreFactory, TransactionFactory
All Known Implementing Classes:
BaseDataFileFactory, BaseDataFileFactoryJ4, LogToFile, RawStore, ReadOnly, XactFactory

public interface Corruptable
  • Method Details

    • markCorrupt

      StandardException markCorrupt(StandardException originalError)
      Mark the module as corrupt. It is safe to call this multiple times.
      Returns:
      Must always return its parameter.