|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Finaliser
Interface that provides a mechanism to implement shutdown hooks for web applications.
Method Summary | |
---|---|
void |
finalise()
Implement this method to perform finalisation operations. |
void |
init(javax.servlet.ServletContext context)
Initialise the finaliser. |
Method Detail |
---|
void init(javax.servlet.ServletContext context)
context
- ServletContext to finalise.void finalise()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |