connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IConnectionsManager.java
changeset 698 9162f4cfad65
parent 687 593d05f9d5ca
child 701 1912b5c050e6
equal deleted inserted replaced
696:3edbbd22908c 698:9162f4cfad65
   155 	 * Sets the default connection.
   155 	 * Sets the default connection.
   156 	 * @param connection IConnection
   156 	 * @param connection IConnection
   157 	 * @since 3.0
   157 	 * @since 3.0
   158 	 */
   158 	 */
   159 	void setDefaultConnection(IConnection connection);
   159 	void setDefaultConnection(IConnection connection);
       
   160 	
       
   161 	/**
       
   162 	 * Returns the default connection.
       
   163 	 * @return IConnection
       
   164 	 * @since 3.0
       
   165 	 */
       
   166 	IConnection getDefaultConnection();
   160 	
   167 	
   161 	/**
   168 	/**
   162 	 * Can be called by specific service implementors (e.g., debugger) to ensure some connection
   169 	 * Can be called by specific service implementors (e.g., debugger) to ensure some connection
   163 	 * exists and supports this service. If the connection does not exist or does not support
   170 	 * exists and supports this service. If the connection does not exist or does not support
   164 	 * the service, a CoreException may be thrown after the framework attempts to allow the user
   171 	 * the service, a CoreException may be thrown after the framework attempts to allow the user