Uses of Interface
org.eclipse.datatools.connectivity.IConnectionProfile

Packages that use IConnectionProfile
org.eclipse.datatools.connectivity   
org.eclipse.datatools.connectivity.db.generic   
org.eclipse.datatools.connectivity.oda.design.ui.designsession [Provisional] An utility component that provides the services to handle the DTP ODA Design Session Model API objects. 
org.eclipse.datatools.connectivity.sqm.core   
org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers   
org.eclipse.datatools.connectivity.ui   
org.eclipse.datatools.sqltools.core.profile   
org.eclipse.datatools.sqltools.editor.core.connection   
org.eclipse.datatools.sqltools.sqleditor   
 

Uses of IConnectionProfile in org.eclipse.datatools.connectivity
 

Methods in org.eclipse.datatools.connectivity that return IConnectionProfile
 IConnectionProfile VersionProviderConnection.getConnectionProfile()
           
 IConnectionProfile[] ProfileManager.getProfiles()
          Get all connection profiles persisted in workspace
 IConnectionProfile[] ProfileManager.getProfilesByCategory(java.lang.String catID)
          Get connection profiles by category
 IConnectionProfile ProfileManager.getProfileByName(java.lang.String name)
          Get connection profile by name
 IConnectionProfile ProfileManager.getProfileByInstanceID(java.lang.String id)
          Get connection profile by instance ID
 IConnectionProfile[] ProfileManager.getProfileByProviderID(java.lang.String ID)
          Get connection profiles by connection profile(cp) provider ID associated with each cp
 IConnectionProfile IConnectionProfile.getParentProfile()
          This method returns the connection profile that this connection profile derives from.
 IConnectionProfile IConnection.getConnectionProfile()
           
 IConnectionProfile ConnectEvent.getConnectionProfile()
           
 

Methods in org.eclipse.datatools.connectivity with parameters of type IConnectionProfile
 java.lang.String ProfileManager.duplicateProfile(IConnectionProfile profile)
          Duplicate a connection profile
 void ProfileManager.addProfile(IConnectionProfile profile)
          Add a connection profile object to the profiles cache.
 void ProfileManager.addProfile(IConnectionProfile profile, boolean replaceExisting)
          Add a connection profile object to the profiles cache.
 void ProfileManager.deleteProfile(IConnectionProfile profile)
          Delete a connection profile object from the profiles cache
 void ProfileManager.modifyProfile(IConnectionProfile profile)
          Modify an existing connection profile
 void ProfileManager.modifyProfile(IConnectionProfile profile, java.lang.String newName, java.lang.String newDesc)
          Modify an existing connection profile, plus it's name and description We don't expose a setName and setDescription in IConnectionProfile, so instead we expose this api for that same purpose.
 void ProfileManager.modifyProfile(IConnectionProfile profile, java.lang.String newName, java.lang.String newDesc, java.lang.Boolean autoConnect)
          Modify an existing connection profile, plus it's name and description We don't expose a setName and setDescription in IConnectionProfile, so instead we expose this api for that same purpose.
 void ProfileConnectionManager.manageProfileConnection(IConnectionProfile profile, java.lang.String factoryID, java.lang.Object client)
          If the client is an instance of IConnectListener, it will be notified of changes to the connect status of the profile.
 void ProfileConnectionManager.unmanageProfileConnection(IConnectionProfile profile, java.lang.String factoryID, java.lang.Object client)
           
 IConnection ProfileConnectionManager.getConnection(IConnectionProfile profile, java.lang.String factoryID)
           
 void IProfileListener1.profileChanged(IConnectionProfile profile, java.lang.String oldName, java.lang.String oldDesc, java.lang.Boolean oldAutoConnect)
           
 void IProfileListener.profileAdded(IConnectionProfile profile)
          The specified profile has been added.
 void IProfileListener.profileDeleted(IConnectionProfile profile)
          The specified profile has been deleted.
 void IProfileListener.profileChanged(IConnectionProfile profile)
          The specified profile has been modified.
 IConnection IConnectionFactory.createConnection(IConnectionProfile profile)
          This method creates a connection to a server based on the properties specified by the connection profile.
 IConnection IConnectionFactory.createConnection(IConnectionProfile profile, java.lang.String uid, java.lang.String pwd)
          This method creates a connection to a server based on the properties specified by the connection profile.
 

Constructors in org.eclipse.datatools.connectivity with parameters of type IConnectionProfile
VersionProviderConnection(IConnectionProfile profile, java.lang.Class factoryClass)
           
ProfileRule(IConnectionProfile profile)
           
DriverConnectionBase(IConnectionProfile profile, java.lang.Class factoryClass)
           
ConnectEvent(IConnectionProfile profile)
           
ConnectEvent(IConnectionProfile profile, IManagedConnection connection)
           
ConnectEvent(IConnectionProfile profile, IManagedConnection connection, java.lang.Object context)
           
 

Uses of IConnectionProfile in org.eclipse.datatools.connectivity.db.generic
 

Methods in org.eclipse.datatools.connectivity.db.generic with parameters of type IConnectionProfile
 IConnection JDBCConnectionFactory.createConnection(IConnectionProfile profile)
           
 IConnection JDBCConnectionFactory.createConnection(IConnectionProfile profile, java.lang.String uid, java.lang.String pwd)
           
 

Constructors in org.eclipse.datatools.connectivity.db.generic with parameters of type IConnectionProfile
JDBCConnection(IConnectionProfile profile, java.lang.Class factoryClass)
           
 

Uses of IConnectionProfile in org.eclipse.datatools.connectivity.oda.design.ui.designsession
 

Methods in org.eclipse.datatools.connectivity.oda.design.ui.designsession that return IConnectionProfile
static IConnectionProfile DesignSessionUtil.getLinkedProfile(DataSourceDesign dataSourceDesign)
          Returns the connection profile instance externally referenced, i.e.
 

Uses of IConnectionProfile in org.eclipse.datatools.connectivity.sqm.core
 

Methods in org.eclipse.datatools.connectivity.sqm.core with parameters of type IConnectionProfile
 IConnection SQMConnectionFactory.createConnection(IConnectionProfile profile)
           
 IConnection SQMConnectionFactory.createConnection(IConnectionProfile profile, java.lang.String uid, java.lang.String pwd)
           
 

Uses of IConnectionProfile in org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers
 

Constructors in org.eclipse.datatools.connectivity.sqm.server.internal.ui.explorer.providers with parameters of type IConnectionProfile
SQLModelContentExtension(IConnectionProfile profile)
           
 

Uses of IConnectionProfile in org.eclipse.datatools.connectivity.ui
 

Methods in org.eclipse.datatools.connectivity.ui that return IConnectionProfile
 IConnectionProfile ManagedContentExtensionBase.getConnectionProfile()
           
 IConnectionProfile IContentExtension.getConnectionProfile()
           
 IConnectionProfile ContentExtensionBase.getConnectionProfile()
           
 

Methods in org.eclipse.datatools.connectivity.ui with parameters of type IConnectionProfile
static void RefreshProfileJob.scheduleRefreshProfileJob(IConnectionProfile profile, TreeViewer viewer)
           
 IContentExtension CommonContentProviderBase.getContentExtension(IConnectionProfile profile)
           
 

Constructors in org.eclipse.datatools.connectivity.ui with parameters of type IConnectionProfile
PingJob(Shell shell, IConnectionProfile profile)
           
ManagedContentExtensionBase(IConnectionProfile profile, java.lang.String factoryID)
           
ContentExtensionFactoryBase(IConnectionProfile profile, java.lang.String factoryID)
           
ContentExtensionBase(IConnectionProfile profile)
           
 

Uses of IConnectionProfile in org.eclipse.datatools.sqltools.core.profile
 

Methods in org.eclipse.datatools.sqltools.core.profile that return IConnectionProfile
static IConnectionProfile ProfileUtil.getProfile(java.lang.String name)
          Returns a IConnectionProfile object by the name.
 

Methods in org.eclipse.datatools.sqltools.core.profile with parameters of type IConnectionProfile
static java.lang.String ProfileUtil.getUserName(IConnectionProfile profile)
          Gets the user name defined in the IConnectionProfile object.
static java.lang.String ProfileUtil.getPassword(IConnectionProfile profile)
          Gets the password defined in the IConnectionProfile object.
static java.sql.Connection ProfileUtil.createConnection(IConnectionProfile profile, java.lang.String dbName)
          Returns a connection from the connection layer
static boolean ProfileUtil.isDatabaseProfile(IConnectionProfile connectionProfile)
          This method is used to verify if this profile is database profile.
 

Uses of IConnectionProfile in org.eclipse.datatools.sqltools.editor.core.connection
 

Methods in org.eclipse.datatools.sqltools.editor.core.connection that return IConnectionProfile
 IConnectionProfile ISQLEditorConnectionInfo.getConnectionProfile()
          Gets the IConnectionProfile object associated with this input.
 

Uses of IConnectionProfile in org.eclipse.datatools.sqltools.sqleditor
 

Methods in org.eclipse.datatools.sqltools.sqleditor that return IConnectionProfile
 IConnectionProfile SQLEditorConnectionInfo.getConnectionProfile()
           
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.