com.caucho.message.journal
Interface JournalRecoverListener


public interface JournalRecoverListener

Interface to receive recover events for the journal on startup.


Method Summary
 void onEntry(long code, boolean isInit, boolean isFin, long xid, long qid, long mid, BlockStore store, long blockAddress, int blockOffset, int length)
           
 

Method Detail

onEntry

void onEntry(long code,
             boolean isInit,
             boolean isFin,
             long xid,
             long qid,
             long mid,
             BlockStore store,
             long blockAddress,
             int blockOffset,
             int length)
             throws java.io.IOException
Throws:
java.io.IOException