|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.programix.thread | |
|---|---|
| com.programix.sql | SQL related utilities. |
| 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). |
| Classes in com.programix.thread used by com.programix.sql | |
|---|---|
| ExceptionHandler
Sometimes self-running objects accept an ExceptionHandler as a means to have the self-running object's internal thread report unexpected trouble. |
|
| Classes in com.programix.thread used by com.programix.thread | |
|---|---|
| ExceptionHandler
Sometimes self-running objects accept an ExceptionHandler as a means to have the self-running object's internal thread report unexpected trouble. |
|
| InitializationMonitor.FailedException
Thrown by some methods on InitializationMonitor
to indicate that the initialization failed. |
|
| InterruptException
This is a RuntimeException that is used in place of the more
traditional InterruptedException to avoid the forced use of
a try-catch. |
|
| LineLogger.ConsoleOutput
An implementation of LineLogger.Output that just
sends the output to the console (System.out). |
|
| LineLogger.Output
Used as a destination for lines sent to LineLogger. |
|
| ShutdownException
Thrown to indicate that the object that a method was invoked against has been shutdown. |
|
| ThreadSafe
Marker interface used to indicate that a class has been designed to be safely access by multiple threads at the same time. |
|
| TimedOutException
Thrown by some methods to indicate that a timeout occurred. |
|
| Waiter
Utility to assist in waiting for certain conditions to be met with and without timeouts. |
|
| Waiter.Condition
Used to associate additional conditions on an existing Waiter. |
|
| Waiter.Expression
Used to provide Waiter.Condition with a boolean expression
to evaluate by subclassing and implementing the Waiter.Expression.isTrue()
method. |
|
| Classes in com.programix.thread used by com.programix.thread.ix | |
|---|---|
| ShutdownException
Thrown to indicate that the object that a method was invoked against has been shutdown. |
|
| ThreadSafe
Marker interface used to indicate that a class has been designed to be safely access by multiple threads at the same time. |
|
| TimedOutException
Thrown by some methods to indicate that a timeout occurred. |
|
|
ProgramixGenericLib v4.0.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||