org.activemath.omdocjdom
Interface SimplePool.PoolableFactory

Enclosing class:
SimplePool

public static interface SimplePool.PoolableFactory


Method Summary
 SimplePool.Poolable produce()
          Creates a poolable element.
 

Method Detail

produce

SimplePool.Poolable produce()
Creates a poolable element. Currently invoked at startup of the pool.