|
|||||||||
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.WaitTag
public class WaitTag
This calls mutex.wait() on the mutex passed in via the "mutex" attribute.
Field Summary | |
---|---|
private long |
timeout
How long should the wait last. |
Fields inherited from class org.apache.commons.jelly.TagSupport |
---|
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
---|---|
WaitTag()
|
Method Summary | |
---|---|
void |
setTimeout(long timeout)
Set how long the wait should last. |
void |
useMutex(java.lang.Object mutex,
org.apache.commons.jelly.XMLOutput output)
Start waiting |
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 |
Field Detail |
---|
private long timeout
Constructor Detail |
---|
public WaitTag()
Method Detail |
---|
public void useMutex(java.lang.Object mutex, org.apache.commons.jelly.XMLOutput output) throws org.apache.commons.jelly.JellyTagException
useMutex
in class UseMutexTag
org.apache.commons.jelly.JellyTagException
public void setTimeout(long timeout)
timeout
- in millis
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |