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