Class GroovyPool


  • public class GroovyPool
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      GroovyPool​(java.lang.String scriptBaseClass, int poolMaxTotal, int poolMaxIdle)  
    • Constructor Detail

      • GroovyPool

        public GroovyPool​(java.lang.String scriptBaseClass,
                          int poolMaxTotal,
                          int poolMaxIdle)
    • Method Detail

      • borrowShell

        public GroovyPoolEntry borrowShell​(java.lang.String script)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception