|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServletInvocationListener
Event listener interface used for notifications about Servlet service invocations. Implementors of this interface must be very cautious about the time spent processing these events because they occur on the servlet's actual request processing path.
Method Summary | |
---|---|
void |
onServletFinishService(ServletInvocationEvent evt)
Triggered just after the execution of Servlet.service(). |
void |
onServletStartService(ServletInvocationEvent evt)
Triggered just prior to the execution of Servlet.service(). |
Method Detail |
---|
void onServletStartService(ServletInvocationEvent evt)
javax.servlet.service
void onServletFinishService(ServletInvocationEvent evt)
javax.servlet.service
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |