|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Destroyable
An interface implemented by objects which have a destroy() method which can be called to shut down
any resources the object was using (connections, threads etc.).
| Method Summary | |
|---|---|
void |
destroy()
Destroys (closes/shuts down) the resource(s) managed by the object, closing connections, stopping threads etc. |
| Method Detail |
|---|
void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||