Uses of Package
org.codehaus.activemq.journal

Packages that use org.codehaus.activemq.journal
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. 
org.codehaus.activemq.store.journal Message persistence using a high performance transaction log via the Journal interface. 
 

Classes in org.codehaus.activemq.journal used by org.codehaus.activemq.journal
InvalidRecordLocationException
          Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
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.
JournalStatsFilter
          A Journal filter that captures performance statistics of the filtered Journal.
RecordLocation
          A RecordLocation is used to locate data records that have been logged to a Journal via the Journal.put() method call.
 

Classes in org.codehaus.activemq.journal used by org.codehaus.activemq.journal.howl
InvalidRecordLocationException
          Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
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.
 

Classes in org.codehaus.activemq.journal used by org.codehaus.activemq.journal.impl
InvalidRecordLocationException
          Exception thrown by a Journal to indicate that an invalid RecordLocation was detected.
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.
 

Classes in org.codehaus.activemq.journal used by org.codehaus.activemq.store.journal
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.
 



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