org.siebengeisslein.net
Class CommitPool

java.lang.Object
  extended by org.siebengeisslein.net.CommitPool

public class CommitPool
extends java.lang.Object


Constructor Summary
CommitPool(int threadCount)
           
 
Method Summary
 void add(CommitMessage message)
           
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitPool

public CommitPool(int threadCount)
           throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException
Method Detail

add

public void add(CommitMessage message)

close

public void close()
           throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException