org.ws4d.java.util
Interface ObjectPool.InstanceCreator

Enclosing class:
ObjectPool

public static interface ObjectPool.InstanceCreator


Method Summary
 java.lang.Object createInstance()
          Returns a new instance of a pooled object from a certain specific type.
 

Method Detail

createInstance

java.lang.Object createInstance()
Returns a new instance of a pooled object from a certain specific type.

Returns:
the new instance