This project has retired. For details please refer to its
Attic page.
RemovalAware (Jetspeed-2 Core API 2.2.2 API)
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.
preRemoval
void preRemoval(PersistenceStore store)
postRemoval
void postRemoval(PersistenceStore store)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.