|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FilterListener
Event listener interface used for notifications about fiters. Most of these event have to do with the state management of a filter's lifecycle.
Method Summary | |
---|---|
void |
onFilterFinishDestroy(FilterEvent filterinvocationevent)
Triggered just after the execution of Filter.destroy(). |
void |
onFilterFinishInit(FilterEvent filterinvocationevent)
Triggered just after the execution of Filter.init(). |
void |
onFilterStartDestroy(FilterEvent filterinvocationevent)
Triggered just prior to the execution of Filter.destroy(). |
void |
onFilterStartInit(FilterEvent filterinvocationevent)
Triggered just prior to the execution of Filter.init(). |
Method Detail |
---|
void onFilterStartInit(FilterEvent filterinvocationevent)
Filter
void onFilterFinishInit(FilterEvent filterinvocationevent)
Filter
void onFilterStartDestroy(FilterEvent filterinvocationevent)
Filter
void onFilterFinishDestroy(FilterEvent filterinvocationevent)
Filter
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |