Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.store.raw
Interface Corruptable  view Corruptable download Corruptable.java

All Known Subinterfaces:
RawStoreFactory

public interface Corruptable


Method Summary
 org.apache.derby.iapi.error.StandardException markCorrupt(org.apache.derby.iapi.error.StandardException originalError)
          Mark the module as corrupt.
 

Method Detail

markCorrupt

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