ariba.ui.aribaweb.util
Interface AWDisposable

All Known Implementing Classes:
AWBaseRequest, AWFileData, AWIntKeyHashtable, AWPage, AWServletRequest, AWSession

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

dispose

void dispose()


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.