|
Class Summary |
| BinarySemaphore |
The BinarySempaphore Class is a class that holds all logic that's required
for synchronizing access and execution of threads |
| BlockingQueue |
BlockingQueue is used to coordinate work between a producer and consumer
threads. |
| Col |
This class is a data holder for various colours, which you can now acces by
name in stead of RGB value. |
| CompareStrings |
|
| Constants |
This class is a data holder for the all the constants used by different classes
of the luky package. |
| FixedSizeStringStorage |
A linked list of fixed size. |
| Log |
The Log class has been created to facilitate in a standard interface to output
logging information to a device. |
| LogAdventnet |
The AdventLogging interface couples the Adventnet logging mechanism
to luky logger. |
| ParseOptions |
This Class is a simple wrapper to extract commandline properties
|
| PersistentFixedSizeStringStorage |
A linked list of fixed size. |
| PropertyManager |
The property manager manages properties. |
| Semaphore |
The Sempaphore Class is a class that holds all logic that's required
for synchronizing access and execution of threads with counting sems |
| SortVector |
SortVector is a vector that you can sort
1.0.0 - Release under LGPL (a.b.c) (a=major, b=class compatible, c=api compatible)
|
| StringHelper |
Utilities for String formatting, manipulation, and queries. |
| TokenTree |
extends a the default tree with some handy new options
used to convert tokend strings to trees e.g. |
| TokenTreeNode |
|
| Toolbox |
This class is a placeholder for functions that seemed to have no logical other
place. |
| Watchdog |
The Watchdog class extends the TimerTask class and is created to make a
periodic request of a certain routine by sending eventsUsage:
// run in seperate thread
Timer poller = new Timer(true);
// start after 1 minute
poller.scheduleAtFixedRate(new Watchdog(this), 60 * 1000,
periodicSync * 1000);
1.0.0 - initial version
|