|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.threads.UseMutexTag
org.apache.commons.jelly.tags.threads.SynchronizeTag
Synchronize a block inside of a thread using the passed in mutex. The mutex object passed in does not have to have been created using the mutex tag, it can be any object at all.
| Field Summary |
| Fields inherited from class org.apache.commons.jelly.tags.threads.UseMutexTag |
|
| Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
SynchronizeTag()
|
|
| Method Summary | |
protected void |
useMutex(java.lang.Object mutex,
org.apache.commons.jelly.XMLOutput output)
Synchronize on the mutex |
| Methods inherited from class org.apache.commons.jelly.tags.threads.UseMutexTag |
doTag, getMutex, setMutex |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SynchronizeTag()
| Method Detail |
protected void useMutex(java.lang.Object mutex,
org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
useMutex in class UseMutexTagorg.apache.commons.jelly.JellyTagException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||