org.enhydra.jdbc.pool
Interface PoolHelper

All Known Implementing Classes:
StandardPoolDataSource

public interface PoolHelper

PoolHelper defines methods allowing to make some specific operation on object. These operations are required to work the Generic Pool


Method Summary
 boolean checkThisObject(java.lang.Object o)
           
 GenerationObject create()
           
 GenerationObject create(java.lang.String _user, java.lang.String _password)
           
 void expire(java.lang.Object o)
           
 boolean testThisObject(java.lang.Object o)
           
 

Method Detail

expire

public void expire(java.lang.Object o)

checkThisObject

public boolean checkThisObject(java.lang.Object o)

testThisObject

public boolean testThisObject(java.lang.Object o)

create

public GenerationObject create()
                        throws java.sql.SQLException
java.sql.SQLException

create

public GenerationObject create(java.lang.String _user,
                               java.lang.String _password)
                        throws java.sql.SQLException
java.sql.SQLException