package java.util; public interface PoolObjectFactory { public AbstractPoolObject createObject(); }