javatunnel
Class TaskPool

java.lang.Object
  |
  +--javatunnel.TaskPool

public class TaskPool
extends java.lang.Object

Author:
Andrés Ederra To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments

Method Summary
static TaskPool createTaskPool(int initialSize)
           
 void submitTask(Task t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createTaskPool

public static TaskPool createTaskPool(int initialSize)

submitTask

public void submitTask(Task t)