|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| 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.). |
| Initializable | An interface implemented by objects which have an init() method which can be called to start/prepare
any resources the object will need to perform its functions (connections, threads etc.). |
| Managed | Implemented by objects which have an init() method and a destroy() method which
must be called before and after the objects can be used, to initialize and destroy resources they need. |
[private api] Utility classes and interfaces used by several components.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||