|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AWDisposable
Any component that implements AWDisposable is a candidate for having dispose() called on it when a session is terminated. The implementation of dispose() should clear out instance variables that might contribute to memory leaks through indirect references. Only objects that are known to be scoped to a session should implement AWDisposable. You can call AWUtil.dispose(...) to flush out collection type objects and propagate AWDispose as far as possible.
| Method Summary | |
|---|---|
void |
dispose()
|
| Method Detail |
|---|
void dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||