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

void preRemoval(PersistenceStore store)

postRemoval

void postRemoval(PersistenceStore store)


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