Ejemplo n.º 1
0
 public static ResultSetProvider getProperties() throws SQLException {
   ObjectPool pool = SessionManager.current().getObjectPool(UsingProperties.class);
   return (ResultSetProvider) pool.activateInstance();
 }
Ejemplo n.º 2
0
 public void close() throws SQLException {
   m_pool.passivateInstance(this);
 }