org.zilonis.scope
Class SimpleScopePoolFactory

java.lang.Object
  extended by BasePoolableObjectFactory
      extended by org.zilonis.scope.SimpleScopePoolFactory

public class SimpleScopePoolFactory
extends BasePoolableObjectFactory


Constructor Summary
SimpleScopePoolFactory(Rete rete)
           
 
Method Summary
static ObjectPool getScopePool(Rete rete)
           
 java.lang.Object makeObject()
           
 void passivateObject(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleScopePoolFactory

public SimpleScopePoolFactory(Rete rete)
Method Detail

makeObject

public java.lang.Object makeObject()

passivateObject

public void passivateObject(java.lang.Object obj)

getScopePool

public static ObjectPool getScopePool(Rete rete)