org.apache.derby.iapi.store.raw
Interface Corruptable

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

public interface Corruptable


Method Summary
 StandardException markCorrupt(StandardException originalError)
          Mark the module as corrupt.
 

Method Detail

markCorrupt

public StandardException markCorrupt(StandardException originalError)
Mark the module as corrupt. It is safe to call this multiple times.

Returns:
Must always return its parameter.

Built on Mon 2007-06-04 09:58:47+0400, from revision ???

Apache Derby V10.1 Engine Documentation - Copyright © 1997,2005 The Apache Software Foundation or its licensors, as applicable.