Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.thin.beans.graph
Interface PoolObjectFactory


public interface PoolObjectFactory

Interface for creating and cleaning up pooled objects


Method Summary
 void cleanup(java.lang.Object instance)
          Responsible for a cleanup of the instance being removed from a pool
 java.lang.Object createInstance()
          Creates new instance of pooled object

 

Method Detail

createInstance

public java.lang.Object createInstance()
Creates new instance of pooled object
Returns:
newly allocated object

cleanup

public void cleanup(java.lang.Object instance)
Responsible for a cleanup of the instance being removed from a pool
Parameters:
instance - Object being removed from a pool

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.