org.apache.bsf.utils.http
Class ScriptEnginePool

java.lang.Object
  extended by org.apache.bsf.utils.http.ScriptEnginePool

public class ScriptEnginePool
extends Object


Constructor Summary
ScriptEnginePool(ScriptEngineFactory factory)
           
ScriptEnginePool(ScriptEngineFactory factory, int capacity)
           
 
Method Summary
 void free(ScriptEngine eng)
           
 ScriptEngine get()
           
 boolean isMultithreadingSupported()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptEnginePool

public ScriptEnginePool(ScriptEngineFactory factory,
                        int capacity)

ScriptEnginePool

public ScriptEnginePool(ScriptEngineFactory factory)
Method Detail

free

public void free(ScriptEngine eng)

get

public ScriptEngine get()

isMultithreadingSupported

public boolean isMultithreadingSupported()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.