|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Waiter.Condition | |
|---|---|
| com.programix.thread | Java multithreading related utilities. |
| Uses of Waiter.Condition in com.programix.thread |
|---|
| Methods in com.programix.thread that return Waiter.Condition | |
|---|---|
Waiter.Condition |
Counter.createAtLeastCondition(int minCount)
Returns a Waiter.Condition that can be used to
wait while or wait until the count is greater than or equal
to the specified minCount. |
Waiter.Condition |
Counter.createAtMostCondition(int maxCount)
Returns a Waiter.Condition that can be used to
wait while or wait until the count is less than or equal
to the specified maxCount. |
Waiter.Condition |
Counter.createCondition(Waiter.Expression expression)
Returns a Waiter.Condition that can be used to
wait while or wait until the the specified expression is true. |
Waiter.Condition |
Waiter.createCondition(Waiter.Expression expr)
Creates an Waiter.Condition for the specified Waiter.Expression
that is tightly associated with this Waiter. |
Waiter.Condition |
Counter.createRangeCondition(int min,
int max)
Returns a Waiter.Condition that can be used to
wait while or wait until the count is within the specified
range (inclusive of the min and max). |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||