|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadSafe | |
|---|---|
| com.programix.thread | Java multithreading related utilities. |
| com.programix.thread.ix | Java multithreading related utilities that use the standard java.lang.InterruptedException (which is a "must-catch" aka "checked" exception). |
| Uses of ThreadSafe in com.programix.thread |
|---|
| Classes in com.programix.thread that implement ThreadSafe | |
|---|---|
class |
BooleanState
This class serves as a thread-safe tracker of a boolean state. |
class |
Counter
This class serves as a thread-safe integer counter. |
class |
InitializationMonitor
This class serves as a thread-safe way to monitor the initialization of a component in a system. |
class |
LineLogger
Logs messages a line at a time prefixing each line with the elapsed time since the first message was sent and the name of the thread that sent the message. |
class |
Waiter
Utility to assist in waiting for certain conditions to be met with and without timeouts. |
| Uses of ThreadSafe in com.programix.thread.ix |
|---|
| Classes in com.programix.thread.ix that implement ThreadSafe | |
|---|---|
class |
WaiterIx
This class uses java.lang.InterruptedException (checked exception) instead of the InterruptException (unchecked "runtime" exception). |
|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||