|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryInterceptor
TODO describe class Instances must be thread safe.
| Field Summary | |
|---|---|
static String |
ROLE
|
| Method Summary | |
|---|---|
void |
postRemoveSource(Source source)
called before a source was successfully removed |
void |
postStoreSource(Source source)
called after a source was successfully stored |
void |
preRemoveSource(Source source)
called before a source is removed |
void |
preStoreSource(Source source)
called before a source is stored |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
void preRemoveSource(Source source)
throws SourceException
SourceException
void postRemoveSource(Source source)
throws SourceException
SourceException
void preStoreSource(Source source)
throws SourceException
SourceException
void postStoreSource(Source source)
throws SourceException
SourceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||