org.apache.jackrabbit.mk.store
Interface PersistHook

All Known Implementing Classes:
ChildNodeEntriesHTree, MutableNode

public interface PersistHook


Method Summary
 void postPersist(RevisionStore store, RevisionStore.PutToken token)
           
 void prePersist(RevisionStore store, RevisionStore.PutToken token)
           
 

Method Detail

prePersist

void prePersist(RevisionStore store,
                RevisionStore.PutToken token)
                throws Exception
Throws:
Exception

postPersist

void postPersist(RevisionStore store,
                 RevisionStore.PutToken token)
                 throws Exception
Throws:
Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.