Uses of Class
org.eclipse.datatools.sqltools.core.ServerIdentifier

Packages that use ServerIdentifier
org.eclipse.datatools.sqltools.core   
org.eclipse.datatools.sqltools.core.profile   
 

Uses of ServerIdentifier in org.eclipse.datatools.sqltools.core
 

Methods in org.eclipse.datatools.sqltools.core that return ServerIdentifier
 ServerIdentifier DBHelper.getServerIdentifier(java.lang.String host, java.lang.String port, java.lang.String url, DatabaseVendorDefinitionId dbIdentifier)
          Returns a ServerIdentifier identifying a data server.
 

Methods in org.eclipse.datatools.sqltools.core with parameters of type ServerIdentifier
 java.util.HashSet IControlConnectionManager.getSkippedConnections(ServerIdentifier serverIdentifier)
          Returns the skipped connections of the specified server
 void IControlConnectionManager.registerSkippedConnection(ServerIdentifier serverIdentifier, int connid)
          Registers the given connection id as a skipped connection for the specified server
 void IControlConnectionManager.unregisterSkippedConnection(ServerIdentifier serverIdentifier, int connid)
          Unregisters the given connection id as a skipped connection for the specified server
 java.util.HashSet IControlConnectionManager.getControlConnections(ServerIdentifier serverIdentifier)
          Returns the control connections set for the given server identifier
 

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

Methods in org.eclipse.datatools.sqltools.core.profile that return ServerIdentifier
static ServerIdentifier ProfileUtil.getServerIdentifier(DatabaseIdentifier databaseIdentifier)
          Construct a ServerIdentifier from a connection profile.
 



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