org.codehaus.activemq.journal
Interface RecordLocation

All Superinterfaces:
Comparable
All Known Implementing Classes:
LongRecordLocation, RecordLocationImpl

public interface RecordLocation
extends Comparable

A RecordLocation is used to locate data records that have been logged to a Journal via the Journal.put() method call. RecordLocation are comparable on the position in the Journal where they reside.

Version:
$Revision: 1.1 $

Methods inherited from interface java.lang.Comparable
compareTo
 



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