| Interface | Description |
|---|---|
| Copyable |
Because the java.lang.Cloneable interface is worthless
Implementing this class indicates that the object in question
can be truely cloned - not just a shallow copy
|
| DirUpdateDetectorFilter | |
| DirUpdateDetectorListener |
| Class | Description |
|---|---|
| ConfigFile | |
| DBConnMgr |
Manages a group of SQL connections
and gives them out to threads who ask
|
| DirUpdateDetector | |
| DirUpdateInfoEntry | |
| FancyImage |
A swing component that holds a bunch of images at various locations and layers
|
| GarbageToss | |
| HTMLTableExtractor | |
| ImageOps | |
| PCMonitor |
Producer consumer monitor, uses FIFO queue
|
| PortSuck |
Simply answers on a port and receives data.
|
| PriorityQueue |
A Thread Safe FIFO queue with priority.
|
| Qsmtp | |
| RWMonitor | |
| Semaphore |
This class impliments a basic semaphore
Access count is set with constructor
Should add timeouts to retrive access from lost/dead
threads.
|
| SerialChunk | |
| SQLConnection | |
| SyncCounter |
Sycnronized counter class, uses long.
|
| TCPWatch | |
| Util |