org.apache.jetspeed.components.persistence.store
Interface UpdateAware


public interface UpdateAware

Author:
Scott T. Weaver Classes implementing this interface can specificy operations performed before and after update operations via the PersistenceStore.

Method Summary
 void postUpdate(PersistenceStore store)
           
 void preUpdate(PersistenceStore store)
           
 

Method Detail

preUpdate

public void preUpdate(PersistenceStore store)

postUpdate

public void postUpdate(PersistenceStore store)


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.