|
eXo Kernel :: Container 2.5.0-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Disposable
An interface which is implemented by components that need to dispose of resources during the shutdown of that
component. The dispose() must be called once during shutdown, directly after Startable.stop() (if the component implements the Startable interface).
the Startable interface if you need to start() and
stop() semantics.| Method Summary | |
|---|---|
void |
dispose()
Dispose this component. |
| Method Detail |
|---|
void dispose()
|
eXo Kernel :: Container 2.5.0-GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||