Uses of Class
net.sf.jso.util.ThreadsJoiner

Packages that use ThreadsJoiner
net.sf.jso.util   
 

Uses of ThreadsJoiner in net.sf.jso.util
 

Methods in net.sf.jso.util that return ThreadsJoiner
 ThreadsJoiner JoinerThread.getJoiner()
          Returns thread's joiner.
 

Constructors in net.sf.jso.util with parameters of type ThreadsJoiner
JoinerThread(ThreadsJoiner aJoiner, java.lang.Runnable aTarget)
          Constructs the joiner thread.
JoinerThread(ThreadsJoiner aJoiner, java.lang.Runnable aTarget, java.lang.String aName)
          Constructs the joiner thread.