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

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

public interface Corruptable


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

Method Detail

markCorrupt

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 Thu 2010-12-23 20:49:13+0000, from revision ???

Apache Derby V10.6 Internals - Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.