org.ow2.util.pool.impl.enhanced.internal.conditionWaitPart
Interface IConditionWaitPart
public interface IConditionWaitPart
- Author:
- Gael Lalire
|
Method Summary |
void |
await()
|
boolean |
await(long time,
java.util.concurrent.TimeUnit timeUnit)
|
NO_WAIT_INTERRUPT_WAITER_CONDITION
static final IConditionWaitPart NO_WAIT_INTERRUPT_WAITER_CONDITION
await
void await()
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
await
boolean await(long time,
java.util.concurrent.TimeUnit timeUnit)
throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.