org.apache.jackrabbit.mk.store
Interface PersistHook

All Known Implementing Classes:
MutableNode

public interface PersistHook


Method Summary
 void postPersist(RevisionStore store)
           
 void prePersist(RevisionStore store)
           
 

Method Detail

prePersist

void prePersist(RevisionStore store)
                throws Exception
Throws:
Exception

postPersist

void postPersist(RevisionStore store)
                 throws Exception
Throws:
Exception


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