Package step.expressions
Class GroovyPool
- java.lang.Object
-
- step.expressions.GroovyPool
-
public class GroovyPool extends Object
-
-
Constructor Summary
Constructors Constructor Description GroovyPool(String scriptBaseClass, int poolMaxTotal, int poolMaxIdle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GroovyPoolEntry
borrowShell(String script)
void
returnShell(GroovyPoolEntry entry)
-
-
-
Constructor Detail
-
GroovyPool
public GroovyPool(String scriptBaseClass, int poolMaxTotal, int poolMaxIdle)
-
-
Method Detail
-
borrowShell
public GroovyPoolEntry borrowShell(String script) throws Exception
- Throws:
Exception
-
returnShell
public void returnShell(GroovyPoolEntry entry)
-
-