|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ daemon overview ] | PREV NEXT | ||||||||
C
- clear() - Method in interface org.apache.derby.iapi.services.daemon.DaemonService
- Clear all the queued up work from this daemon.
- createNewDaemon(String) - Method in interface org.apache.derby.iapi.services.daemon.DaemonFactory
- Create a new DaemonService with the default daemon timer delay.
D
- DONE - Static variable in interface org.apache.derby.iapi.services.daemon.Serviceable
- return status for performWork - only meaningful for enqueued client
- DaemonFactory - interface org.apache.derby.iapi.services.daemon.DaemonFactory.
- Daemon Factory can create new DaemonService, which runs on seperate background threads.
- DaemonOff - Static variable in interface org.apache.derby.iapi.services.daemon.DaemonService
- Trace flag that can be used to turn off background daemons If DaemonOff is set, background Daemon will not attempt to do anything.
- DaemonService - interface org.apache.derby.iapi.services.daemon.DaemonService.
- A DaemonService provides a background service which is suitable for asynchronous I/O and general clean up.
- DaemonTrace - Static variable in interface org.apache.derby.iapi.services.daemon.DaemonService
- Trace flag that can be used by Daemons to print stuff out
E
- enqueue(Serviceable, boolean) - Method in interface org.apache.derby.iapi.services.daemon.DaemonService
- Request a one time service from the Daemon.
O
- org.apache.derby.iapi.services.daemon - package org.apache.derby.iapi.services.daemon
P
- pause() - Method in interface org.apache.derby.iapi.services.daemon.DaemonService
- Pause.
- performWork(ContextManager) - Method in interface org.apache.derby.iapi.services.daemon.Serviceable
- Do whatever it is that you want the daemon to do for you.
R
- REQUEUE - Static variable in interface org.apache.derby.iapi.services.daemon.Serviceable
- resume() - Method in interface org.apache.derby.iapi.services.daemon.DaemonService
- Resume service after a pause
S
- Serviceable - interface org.apache.derby.iapi.services.daemon.Serviceable.
- To use a DaemonService, one implements the Serviceable interface.
- serviceASAP() - Method in interface org.apache.derby.iapi.services.daemon.Serviceable
- If this work should be done as soon as possible, then return true.
- serviceImmediately() - Method in interface org.apache.derby.iapi.services.daemon.Serviceable
- If this work should be done immediately on the user thread then return true.
- serviceNow(int) - Method in interface org.apache.derby.iapi.services.daemon.DaemonService
- Service this subscription ASAP.
- stop() - Method in interface org.apache.derby.iapi.services.daemon.DaemonService
- End this daemon service
- subscribe(Serviceable, boolean) - Method in interface org.apache.derby.iapi.services.daemon.DaemonService
- Add a new client that this daemon needs to service
T
- TIMER_DELAY - Static variable in interface org.apache.derby.iapi.services.daemon.DaemonService
U
- unsubscribe(int) - Method in interface org.apache.derby.iapi.services.daemon.DaemonService
- Get rid of a client from the daemon.
W
- waitUntilQueueIsEmpty() - Method in interface org.apache.derby.iapi.services.daemon.DaemonService
C D E O P R S T U W
|
|||||||||
| Home >> All >> org >> apache >> derby >> iapi >> services >> [ daemon overview ] | PREV NEXT | ||||||||