org.enhydra.jdbc.pool
Interface PoolHelper
- All Known Implementing Classes:
- StandardPoolDataSource, StandardXAPoolDataSource
public interface PoolHelper
PoolHelper defines methods allowing to make some specific
operation on object. These operations are required to work
the Generic Pool
expire
void expire(Object o)
checkThisObject
boolean checkThisObject(Object o)
testThisObject
boolean testThisObject(Object o)
create
GenerationObject create()
throws SQLException
- Throws:
SQLException
create
GenerationObject create(String _user,
String _password)
throws SQLException
- Throws:
SQLException
toString
String toString()
- Overrides:
toString in class Object
Copyright © 2011. All Rights Reserved.