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