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
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
- Throws:
java.sql.SQLException
create
public GenerationObject create(java.lang.String _user,
java.lang.String _password)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
toString
public java.lang.String toString()