Package org.codehaus.activemq.journal

Provides the API for storing and accessing record based binary data in sequential log files.

See:
          Description

Interface Summary
Journal A Journal is a record logging Interface that can be used to implement a transaction log.
JournalEventListener Defines an object which listens for Journal Events.
RecordLocation A RecordLocation is used to locate data records that have been logged to a Journal via the Journal.put() method call.
 

Class Summary
JournalStatsFilter A Journal filter that captures performance statistics of the filtered Journal.
 

Exception Summary
InvalidRecordLocationException Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
 

Package org.codehaus.activemq.journal Description

Provides the API for storing and accessing record based binary data in sequential log files.



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