com.ebmwebsourcing.easyviper.core.api.tools
Class PoolOfProcessForkers

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.core.api.tools.PoolOfProcessForkers

public class PoolOfProcessForkers
extends java.lang.Object


Constructor Summary
PoolOfProcessForkers()
           
 
Method Summary
 void addProcessForkers(ProcessForker forker)
           
 java.util.List<ProcessForker> getProcessForkers()
           
 void removeAllForkers()
           
 void removeFromKey(ProcessKey key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolOfProcessForkers

public PoolOfProcessForkers()
Method Detail

getProcessForkers

public java.util.List<ProcessForker> getProcessForkers()

addProcessForkers

public void addProcessForkers(ProcessForker forker)

removeFromKey

public void removeFromKey(ProcessKey key)
                   throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

removeAllForkers

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


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.