org.ow2.util.pool.impl.enhanced.internal.lock.impl
Class Entry

java.lang.Object
  extended by org.ow2.util.pool.impl.enhanced.internal.lock.impl.Entry

public class Entry
extends java.lang.Object

Author:
Gael Lalire

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

Entry

public Entry(java.lang.Thread thread)
Method Detail

getThread

public java.lang.Thread getThread()

getNext

public Entry getNext()

setNext

public void setNext(Entry next)

isInterrupted

public boolean isInterrupted()

setInterrupted

public void setInterrupted(boolean interrupted)


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.