|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.pool.impl.enhanced.internal.lock.impl.Entry
public class Entry
| Constructor Summary | |
|---|---|
Entry(java.lang.Thread thread)
|
|
| Method Summary | |
|---|---|
Entry |
getNext()
|
java.lang.Thread |
getThread()
|
boolean |
isInterrupted()
|
void |
setInterrupted(boolean interrupted)
|
void |
setNext(Entry next)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Entry(java.lang.Thread thread)
| Method Detail |
|---|
public java.lang.Thread getThread()
public Entry getNext()
public void setNext(Entry next)
public boolean isInterrupted()
public void setInterrupted(boolean interrupted)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||