Changes between Version 9 and Version 10 of DatabaseConnectionsForThreadsAndNewPool


Ignore:
Timestamp:
Feb 1, 2011, 12:59:55 AM (13 years ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DatabaseConnectionsForThreadsAndNewPool

    v9 v10  
    2525
    2626 * openDirect(): essentially does the same as open but does not keep a reference to the Dbms resource in the !ResourceManager hashtable
    27  * close(String name, Object resource): closes the resource from the named resource provider
     27 * close(String name, Object resource): commits and closes the resource from the named resource provider
     28 * abort(String name, Object resource): aborts and closes the resource from the named resource provider
    2829
    2930In addition the proposal will add: