org.apache.bsf.utils.http
Class ScriptEnginePool

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

public class ScriptEnginePool
extends java.lang.Object


Constructor Summary
ScriptEnginePool(ScriptEngineFactory factory)
           
ScriptEnginePool(ScriptEngineFactory factory, int capacity)
           
 
Method Summary
 void free(ScriptEngine eng)
           
 ScriptEngine get()
           
 boolean isMultithreadingSupported()
           
 void waiting()
           
 
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()

waiting

public void waiting()


Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.