Uses of Class
org.wegra.util.collection.ClosedQueueException

Packages that use ClosedQueueException
org.wegra.thread   
org.wegra.util.collection   
org.wegra.util.dispatcher   
 

Uses of ClosedQueueException in org.wegra.thread
 

Methods in org.wegra.thread that throw ClosedQueueException
 void ThreadPool.execute(java.lang.Runnable action)
          ÇöÀç Ç®¿¡ ÀÖ´Â ½º·¹µå¸¦ »ç¿ëÇØ¼­ Runnable °´Ã¼ÀÇ run() ¸Þ¼Òµå¸¦ ½ÇÇàÇÑ´Ù.
 void ThreadPool.execute(Subscriber action, java.lang.Object argument)
          ÇöÀç Ç®¿¡ ÀÖ´Â ½º·¹µå¸¦ »ç¿ëÇØ¼­ Command °´Ã¼ÀÇ execute() ¸Þ¼Òµå¸¦ ½ÇÇàÇÑ´Ù.
 

Uses of ClosedQueueException in org.wegra.util.collection
 

Methods in org.wegra.util.collection that throw ClosedQueueException
 java.lang.Object BlockingQueue.dequeue()
          dequeue(long)¿¡ ŸÀӾƿôÀ» wegra.thread.asynch.Lock.TIMEOUT_FOREVER·Î ÁÖ¾î È£ÃâÇÑ´Ù.
 java.lang.Object BlockingQueue.dequeue(long timeout)
          ¿ø¼Ò¸¦ Å¥·ÎºÎÅÍ Á¦°ÅÇÑ´Ù.
 void BlockingQueue.enqueue(java.lang.Object element)
          ¿ø¼Ò¸¦ Å¥¿¡ Ãß°¡ÇÑ´Ù.
 void BlockingQueue.enqueueFinal(java.lang.Object element)
          ÀÌ ¸Þ¼Òµå¸¦ ÅëÇØ ¿ø¼Ò°¡ Å¥¿¡ Ãß°¡µÇ°í ³ª¸é ÀÌÈÄ¿¡´Â ¾î¶² ¿ø¼Òµµ Å¥¿¡ Ãß°¡µÇÁö ¸øÇÏ°Ô µÈ´Ù.
 

Uses of ClosedQueueException in org.wegra.util.dispatcher
 

Methods in org.wegra.util.dispatcher that throw ClosedQueueException
 void AsynchronousDispatcher.dispatch(Subscriber action, java.lang.Object argument)
          ÀÎÀÚ·Î Command °´Ã¼¸¦ ¹Þ¾Æ µð½ºÆÐÄ¡ÇÑ´Ù.