Uses of Class
org.codehaus.activemq.journal.InvalidRecordLocationException

Packages that use InvalidRecordLocationException
org.codehaus.activemq.journal Provides the API for storing and accessing record based binary data in sequential log files. 
org.codehaus.activemq.journal.howl A Journal implemenation using using a high performance transaction log implemented using Howl 
org.codehaus.activemq.journal.impl A custom high performance Journal implemenation. 
 

Uses of InvalidRecordLocationException in org.codehaus.activemq.journal
 

Methods in org.codehaus.activemq.journal that throw InvalidRecordLocationException
 byte[] JournalStatsFilter.read(RecordLocation location)
           
 void JournalStatsFilter.setMark(RecordLocation recordLocator, boolean force)
           
 RecordLocation JournalStatsFilter.getNextRecordLocation(RecordLocation lastLocation)
           
 byte[] Journal.read(RecordLocation location)
          Reads a previously written record from the journal.
 void Journal.setMark(RecordLocation location, boolean sync)
          Informs the journal that all the journal space up to the location is no longer needed and can be reclaimed for reuse.
 RecordLocation Journal.getNextRecordLocation(RecordLocation location)
          Allows you to get the next RecordLocation after the location that is in the journal.
 

Uses of InvalidRecordLocationException in org.codehaus.activemq.journal.howl
 

Methods in org.codehaus.activemq.journal.howl that throw InvalidRecordLocationException
 void HowlJournal.setMark(RecordLocation recordLocator, boolean force)
           
 RecordLocation HowlJournal.getNextRecordLocation(RecordLocation lastLocation)
           
 byte[] HowlJournal.read(RecordLocation location)
           
 

Uses of InvalidRecordLocationException in org.codehaus.activemq.journal.impl
 

Methods in org.codehaus.activemq.journal.impl that throw InvalidRecordLocationException
 RecordLocationImpl LogFile.readRecordLocation(RecordLocationImpl location)
           
 RecordLocationImpl LogFile.getNextDataRecordLocation(RecordLocationImpl lastLocation)
           
 void LogFileManager.setMark(RecordLocationImpl recordLocator, boolean force)
           
 RecordLocationImpl LogFileManager.getNextRecordLocation(RecordLocationImpl lastLocation)
           
 byte[] LogFileManager.read(RecordLocationImpl location)
           
 void JournalImpl.setMark(RecordLocation recordLocator, boolean force)
           
 RecordLocation JournalImpl.getNextRecordLocation(RecordLocation lastLocation)
           
 byte[] JournalImpl.read(RecordLocation location)
           
 



Copyright © 2004 Protique, Ltd.. All Rights Reserved.