Class ScriptExecutorPool
- java.lang.Object
-
- org.wso2.carbon.mediator.datamapper.engine.core.executors.ScriptExecutorPool
-
public class ScriptExecutorPool extends Object
-
-
Constructor Summary
Constructors Constructor Description ScriptExecutorPool(ScriptExecutorType executorType, int executorPoolSize)
-
-
-
Constructor Detail
-
ScriptExecutorPool
public ScriptExecutorPool(ScriptExecutorType executorType, int executorPoolSize)
-
-
Method Detail
-
take
public Executor take() throws InterruptedException
- Throws:
InterruptedException
-
put
public void put(Executor executor) throws InterruptedException
- Throws:
InterruptedException
-
-