org.apache.derby.iapi.services.daemon |
|
Java Source File Name | Type | Comment |
DaemonFactory.java | Interface | Daemon Factory can create new DaemonService, which runs on seperate
background threads. |
DaemonService.java | Interface | A DaemonService provides a background service which is suitable for
asynchronous I/O and general clean up. |
Serviceable.java | Interface | To use a DaemonService, one implements the Serviceable interface. |