org.jboss.messaging.core.journal
Interface TestableJournal

All Superinterfaces:
Journal, MessagingComponent
All Known Implementing Classes:
JournalImpl

public interface TestableJournal
extends Journal

A TestableJournal

Author:
Tim Fox, Clebert Suconic

Method Summary
 void checkAndReclaimFiles()
           
 java.lang.String debug()
           
 void debugWait()
           
 int getDataFilesCount()
           
 int getFreeFilesCount()
           
 int getIDMapSize()
           
 int getOpenedFilesCount()
           
 
Methods inherited from interface org.jboss.messaging.core.journal.Journal
appendAddRecord, appendAddRecord, appendAddRecordTransactional, appendAddRecordTransactional, appendCommitRecord, appendDeleteRecord, appendDeleteRecordTransactional, appendPrepareRecord, appendRollbackRecord, appendUpdateRecord, appendUpdateRecordTransactional, getAlignment, getTransactionID, load, startReclaimer, stopReclaimer
 
Methods inherited from interface org.jboss.messaging.core.server.MessagingComponent
start, stop
 

Method Detail

checkAndReclaimFiles

void checkAndReclaimFiles()
                          throws java.lang.Exception
Throws:
java.lang.Exception

getDataFilesCount

int getDataFilesCount()

getFreeFilesCount

int getFreeFilesCount()

getOpenedFilesCount

int getOpenedFilesCount()

getIDMapSize

int getIDMapSize()

debug

java.lang.String debug()
                       throws java.lang.Exception
Throws:
java.lang.Exception

debugWait

void debugWait()
               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.