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


public interface RemovalAware

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

Method Summary
 void postRemoval(PersistenceStore store)
           
 void preRemoval(PersistenceStore store)
           
 

Method Detail

preRemoval

public void preRemoval(PersistenceStore store)

postRemoval

public void postRemoval(PersistenceStore store)


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