Servers wishing to register a background IO task should inherit from TEquipmentBackgroundTask. More...
Public Member Functions | |
| boolean | isIdleState () |
| Returns the current idle state. | |
| void | setIdleState (boolean value) |
| Sets the idle state to the value given. | |
| void | call () |
| Is the background dispatch routine. | |
| void | startup () |
| Is the initialization dispatch routine. | |
| void | setBackgroundTaskInterval (long msec) |
| Sets the background interval to the value given. | |
| long | getBackgroundTaskInterval () |
| Returns the background interval. | |
Servers wishing to register a background IO task should inherit from TEquipmentBackgroundTask.
1.7.4