|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.batik.util.DoublyLinkedList.Node
org.apache.batik.util.RunnableQueue.Link
org.apache.batik.util.RunnableQueue.LockableLink
protected static class RunnableQueue.LockableLink
To store a Runnable with an object waiting for him to be executed.
| Constructor Summary | |
|---|---|
RunnableQueue.LockableLink(Runnable r)
Creates a new link. |
|
| Method Summary | |
|---|---|
boolean |
isLocked()
Whether the link is actually locked. |
void |
lock()
Locks this link. |
void |
unlock()
unlocks this link. |
| Methods inherited from class org.apache.batik.util.DoublyLinkedList.Node |
|---|
getNext, getPrev, insertBefore, setNext, setPrev, unlink |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunnableQueue.LockableLink(Runnable r)
| Method Detail |
|---|
public boolean isLocked()
public void lock()
throws InterruptedException
InterruptedExceptionpublic void unlock()
unlock in class RunnableQueue.Link
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||