|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimedOutException | |
|---|---|
| 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 TimedOutException in com.programix.thread |
|---|
| Methods in com.programix.thread that throw TimedOutException | |
|---|---|
void |
BooleanState.waitUntilFalse(long msTimeout)
Waits until the state is false up to the specified maximum amount of time. |
void |
Counter.waitUntilNegative(long msTimeout)
Waits until the count is a negative number (less than zero). |
void |
Counter.waitUntilPositive(long msTimeout)
Waits until the count is a positive number (greater than zero). |
void |
InitializationMonitor.waitUntilSuccess(long msTimeout)
Waits until the initialization has completed successfully. |
void |
BooleanState.waitUntilTrue(long msTimeout)
Waits until the state is true up to the specified maximum amount of time. |
void |
Waiter.Condition.waitUntilTrueWithTimedOutException(long msTimeout)
Waits (up to a maximum amount of time) for the supplied expression to evaluate to true. |
void |
Counter.waitUntilZero(long msTimeout)
Waits until the count is exactly zero. |
void |
BooleanState.waitWhileFalse(long msTimeout)
Waits while the state is false up to the specified maximum amount of time. |
void |
InitializationMonitor.waitWhileInProgress(long msTimeout)
Waits until the initialization is completed—whether it is successful or a failure. |
void |
Counter.waitWhileNegative(long msTimeout)
Waits while the count is a negative number (less than zero). |
void |
Counter.waitWhilePositive(long msTimeout)
Waits while the count is a positive number (greater than zero). |
void |
BooleanState.waitWhileTrue(long msTimeout)
Waits while the state is true up to the specified maximum amount of time. |
void |
Waiter.Condition.waitWhileTrueWithTimedOutException(long msTimeout)
Waits (up to a maximum amount of time) for the supplied expression to evaluate to false. |
void |
Counter.waitWhileZero(long msTimeout)
Waits while the count is exactly zero. |
| Uses of TimedOutException in com.programix.thread.ix |
|---|
| Methods in com.programix.thread.ix that throw TimedOutException | |
|---|---|
void |
WaiterIx.Condition.waitUntilTrueWithTimedOutException(long msTimeout)
Waits (up to a maximum amount of time) for the supplied expression to evaluate to true. |
void |
WaiterIx.Condition.waitWhileTrueWithTimedOutException(long msTimeout)
Waits (up to a maximum amount of time) for the supplied expression to evaluate to false. |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||