Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dtp-connect-dev] Updated Auto-connect Implementation

Hey all,

Integrated auto-connect functionality with the new managed connection
implementation.  Connections will now be opened when profiles are loaded,
created, or added and their auto-connect flag is set to true.

Moved ProfileManager implementation to InternalProfileManger.  Added
dispose() methods to InternalProfileManager and ConnectionProfile.
InternalProfileManager.dispose() is invoked during shutdown.  This ensures
any changes are saved and any open connection are closed.

Regards,
Rob



Back to the top