org.ow2.util.pool.impl.enhanced.internal.stoppableexecution
Class ThreadEntry

java.lang.Object
  extended by org.ow2.util.pool.impl.enhanced.internal.stoppableexecution.ThreadEntry

public class ThreadEntry
extends java.lang.Object

Author:
Gael Lalire

Constructor Summary
ThreadEntry(java.lang.Thread thread, ThreadEntry next)
           
 
Method Summary
 ThreadEntry getNext()
           
 java.lang.Thread getThread()
           
 void setNext(ThreadEntry next)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadEntry

public ThreadEntry(java.lang.Thread thread,
                   ThreadEntry next)
Method Detail

getThread

public java.lang.Thread getThread()

getNext

public ThreadEntry getNext()

setNext

public void setNext(ThreadEntry next)


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