Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.derby.iapi.services.daemon

Interface Summary
DaemonFactory Daemon Factory can create new DaemonService, which runs on seperate background threads.
DaemonService A DaemonService provides a background service which is suitable for asynchronous I/O and general clean up.
Serviceable To use a DaemonService, one implements the Serviceable interface.