|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TimeoutException | |
org.wegra.thread | |
org.wegra.util.collection |
Uses of TimeoutException in org.wegra.thread |
Methods in org.wegra.thread that throw TimeoutException | |
void |
SpinLock.acquire(Condition condition,
long timeout)
ÇöÀç ½ºÇɶô¿¡ SpinLock.release() ¸Þ½ÃÁö°¡ ÀüÇØÁú ¶§±îÁö ºí·ÏÅ· µÈ´Ù. |
boolean |
Semaphore.acquire(long timeout)
¼¼¸¶Æ÷¾î¸¦ ¾ò´Â´Ù. |
boolean |
Semaphore.acquireAll(int number,
long timeout)
ÁöÁ¤µÈ °³¼öÀÇ ½½·ÔÀ» ¾ò´Â´Ù. |
boolean |
RWLock.acquire(long timeout)
¼¼¸¶Æ÷¾î¸¦ ¾ò´Â´Ù. |
boolean |
Mutex.acquire(long timeout)
¹ÂÅØ½º¸¦ ¾ò´Â´Ù. |
boolean |
Mutex.acquire()
ÆíÀÇ»ó ¸¸µå·¯³õÀº ¸Þ¼Òµå·Î acquire(long) ¸Þ¼Òµå¿¡ ÀÎÀÚ°ªÀ¸·Î LockConstants.TIMEOUT_FOREVERÀ» ÁØ °æ¿ì¿Í µ¿ÀÏÇÏ´Ù. |
static void |
LockManager.acquireAll(org.wegra.thread.Lock[] locks,
long timeout)
ÀÌ ¸Þ¼Òµå´Â ÀÎÀÚ·Î ¹ÞÀº ¸ðµç ¶ôÀÌ ¾ò¾îÁö¸é º¹±ÍÇÑ´Ù. |
static void |
LockManager.acquireAll(java.util.Collection locks,
long timeout)
ÀÌ ¸Þ¼Òµå´Â ÀÎÀÚ·Î ¹ÞÀº ¸ðµç ¶ôÀÌ ¾ò¾îÁö¸é º¹±ÍÇÑ´Ù. |
boolean |
ConditionVariable.acquire(long timeout)
Semaphore ±¸ÇöÀ» À§ÇÑ ¸Þ¼Òµå ConditionVariable.waitForTrue(long) ¿Í µ¿ÀÏ |
boolean |
ConditionVariable.waitForTrue(long timeout)
Á¶°ÇÀÌ ÂüÀÌ µÉ ¶§±îÁö ±â´Ù¸°´Ù. |
boolean |
ConditionSet.acquire(long timeout)
¸ðµç Á¶°Ç º¯¼ö ȤÀº ÃÖ¼ÒÇÑ ÇϳªÀÇ Á¶°Ç º¯¼ö°¡ ÂüÀÌ µÉ ¶§±îÁö ºí·ÏÅ· µÈ´Ù. |
boolean |
ConditionSet.acquireAll(long timeout)
ConditionSet ³»ÀÇ ¸ðµç Á¶°Ç º¯¼ö°¡ ÂüÀÌ µÉ ¶§±îÁö ºí·ÏÅ·µÈ´Ù.
|
boolean |
ConditionSet.acquireAny(long timeout)
Á¶°Ç º¯¼ö ÁýÇÕ Áß Çϳª¶óµµ ÂüÀÌ µÉ ¶§±îÁö ºí·ÏÅ· µÈ´Ù. |
Uses of TimeoutException in org.wegra.util.collection |
Methods in org.wegra.util.collection that throw TimeoutException | |
java.lang.Object |
BlockingQueue.dequeue()
dequeue(long)¿¡ ŸÀӾƿôÀ» wegra.thread.asynch.Lock.TIMEOUT_FOREVER·Î ÁÖ¾î È£ÃâÇÑ´Ù. |
java.lang.Object |
BlockingQueue.dequeue(long timeout)
¿ø¼Ò¸¦ Å¥·ÎºÎÅÍ Á¦°ÅÇÑ´Ù. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |