Changes between Version 3 and Version 4 of FdoConnectionPooling


Ignore:
Timestamp:
Oct 17, 2007, 12:22:22 PM (17 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FdoConnectionPooling

    v3 v4  
    34345) Class OSGeo.FDO.!ClientServices.!ConnectionManager[[BR]]
    3535
    36 2.1 API
    37 
    38 2.1.1 Unmanaged API
    39 
    40 2.1.1.1 Class FdoConnectionCacheEntry (new)
    41 
     36==== API ====
     37
     38===== Unmanaged API =====
     39
     40====== Class !FdoConnectionCacheEntry (new) ======
    4241
    4342{{{
     
    214213}}}
    215214
    216 2.1.1.2 Class FdoConnectionCache (new)
    217 
     215====== Class !FdoConnectionCache (new) ======
    218216
    219217{{{
     
    235233}}}
    236234
    237 2.1.1.3 Class FdoConnectionCachePair (new)
    238 
     235====== Class !FdoConnectionCachePair (new) ======
    239236
    240237{{{
     
    251248}}}
    252249
    253 2.1.1.4 Interface IConnectionManager (modified)
     250====== Interface IConnectionManager (modified) ======
    254251
    255252The IConnectionManager Interface will be modified to support caching of FdoIConnection objects.
    256 
    257253
    258254{{{
     
    407403}}}
    408404
    409 2.1.1.5 Class FdoConnectionManager (modified)
    410 
    411 The FdoConnectionManager class, implmenets IConnectionManager will be modified to implement support for caching of FdoIConnection objects within the FDO API. This implementation will be available to all FDO clients.
    412 
     405====== Class !FdoConnectionManager (modified) ======
     406
     407The !FdoConnectionManager class, implmenets !IConnectionManager will be modified to implement support for caching of FdoIConnection objects within the FDO API. This implementation will be available to all FDO clients.
    413408
    414409{{{
     
    590585}}}
    591586
    592 2.1.1.6 Interface FdoIConnection (modified)
    593 
    594 A new property ‘name’ will be added to the FdoIConnection interface. This property will be accessible through GetName() and SetName methods.  These methods will allow clients to retrieve pooled connection interfaces through the IConnectionManager.
    595 
     587====== Interface FdoIConnection (modified) ======
     588
     589A new property 'name' will be added to the FdoIConnection interface. This property will be accessible through !GetName() and !SetName methods.  These methods will allow clients to retrieve pooled connection interfaces through the !IConnectionManager.
    596590
    597591{{{
     
    624618}}}
    625619
    626 2.1.1.7 Interface FdoIReader (modified)
    627 
    628 A new GetConnection() method will be added to the FdoIReader that will allow clients to retrieve the connection interface that corresponds to a cached reader in their applications.
    629 
     620====== Interface FdoIReader (modified) ======
     621
     622A new !GetConnection() method will be added to the FdoIReader that will allow clients to retrieve the connection interface that corresponds to a cached reader in their applications.
    630623
    631624{{{
     
    640633}}}
    641634
    642 2.1.2   Managed API
    643 
    644 2.1.2.1 Interface OSGeo.FDO.Commands.Feature.IReader (modified)
    645 
     635===== Managed API =====
     636
     637====== Interface OSGeo.FDO.Commands.Feature.IReader (modified) ======
     638
     639A new !GetConnection() method will be added to the FdoIReader that will allow clients to retrieve the connection interface that corresponds to a cached reader in their applications.
    646640
    647641{{{
    648 A new GetConnection() method will be added to the FdoIReader that will allow clients to retrieve the connection interface that corresponds to a cached reader in their applications.
    649 
    650642/// \brief
    651643/// Gets the connection associated to the reader. The returned connection
     
    658650}}}
    659651
    660 2.1.2.2 Interface OSGeo.FDO.Connections.IConnection (modified)
    661 
    662 A new property ‘name’ will be added to the FdoIConnection interface. This property will be accessible through GetName() and SetName methods.  These methods will allow clients to retrieve pooled connection interfaces through the IConnectionManager.
    663 
     652====== Interface OSGeo.FDO.Connections.IConnection (modified) ======
     653
     654A new property 'name' will be added to the FdoIConnection interface. This property will be accessible through !GetName() and !SetName methods.  These methods will allow clients to retrieve pooled connection interfaces through the IConnectionManager.
    664655
    665656{{{
     
    692683}}}
    693684
    694 
    695 2.1.2.3 Class OSGeo.FDO.Connections.IConnectionImp (modified)
    696 
    697 A new property ‘name’ will be added to the FdoIConnectionImp class. This property will be accessible through GetName() and SetName methods.  These methods will allow clients to retrieve pooled connection interfaces through the IConnectionManager.
    698 
     685====== Class OSGeo.FDO.Connections.IConnectionImp (modified) ======
     686
     687A new property 'name' will be added to the FdoIConnectionImp class. This property will be accessible through !GetName() and !SetName methods.  These methods will allow clients to retrieve pooled connection interfaces through the IConnectionManager.
    699688
    700689{{{
     
    727716}}}
    728717
    729 
    730 2.1.2.4 Interface OSGeo.FDO.IConnectionManager (modified)
     718====== Interface OSGeo.FDO.IConnectionManager (modified) ======
    731719
    732720The IConnectionManager Interface will be modified to support caching of FdoIConnection objects.
    733 
    734721
    735722{{{
     
    941928};
    942929}}}
    943 
    944 2.1.2.5 Class OSGeo.FDO.ClientServices.ConnectionManager (modified)
    945 
    946 The ConnectionManager class, implmenets IConnectionManager will be modified to implement support for caching of Connection objects within the FDO API. This implementation will be available to all FDO clients.
    947 
     930 
     931====== Class OSGeo.FDO.!ClientServices.!ConnectionManager (modified) ======
     932
     933The !ConnectionManager class, implmenets IConnectionManager will be modified to implement support for caching of Connection objects within the FDO API. This implementation will be available to all FDO clients.
    948934
    949935{{{