Uses of Interface
org.apache.jackrabbit.core.journal.RecordProducer

Packages that use RecordProducer
org.apache.jackrabbit.core.journal   
 

Uses of RecordProducer in org.apache.jackrabbit.core.journal
 

Classes in org.apache.jackrabbit.core.journal that implement RecordProducer
 class DefaultRecordProducer
          Produces new records that can be appended to the journal.
 

Methods in org.apache.jackrabbit.core.journal that return RecordProducer
protected  RecordProducer AbstractJournal.createProducer(String identifier)
          Create the record producer for a given identifier.
 RecordProducer Journal.getProducer(String identifier)
          Return the record producer for a given identifier.
 RecordProducer AbstractJournal.getProducer(String identifier)
          Return the record producer for a given identifier.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.