Class | Description |
---|---|
HandleEventTimerTask |
These
Runnable s are created when a ListeningKernelModule receives an "interesting" DBManEvent
and are then executed asynchronously, but the currently used Executor has a pool size of 1,
thus there is no concurrency between these Runnable s and the events are processed synchronously. |
KernelModule |
Abstract base class that can be used when implementing "modules" or "services" that actually are more or less a part
of the MyTISM server instance.
|
ListeningKernelModule |
Abstract
KernelModule subclass that listens for DBManEvents and reacts on them. |
ModuleQueryResults |
This class was once used to fake an "iterator-like" query where not all results are loaded into memory at once
but only on demand.
|
Copyright © 2000-2024 OAshi S.à r.l. All Rights Reserved.