Uses of Class
org.apache.commons.jelly.tags.threads.UseMutexTag

Uses of UseMutexTag in org.apache.commons.jelly.tags.threads
 

Subclasses of UseMutexTag in org.apache.commons.jelly.tags.threads
 class NotifyTag
          This calls mutex.notify() or mutex.notifyAll() on the mutex passed in via the "mutex" attribute.
 class SynchronizeTag
          Synchronize a block inside of a thread using the passed in mutex.
 class WaitTag
          This calls mutex.wait() on the mutex passed in via the "mutex" attribute.
 



Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.