mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-15 04:55:22 +02:00
27 lines
1.3 KiB
HTML
Executable file
27 lines
1.3 KiB
HTML
Executable file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2005, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<meta http-equiv="Content-Style-Type" content="text/css">
|
|
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css">
|
|
<title>RSE Hosts</title>
|
|
<link rel="stylesheet" type="text/css" href="../book.css">
|
|
</head>
|
|
<body>
|
|
<h1>RSE Hosts</h1>
|
|
<p>
|
|
Hosts, sometimes called "connections", are visible as the top level entities shown in the Remote Systems view.
|
|
Hosts are always created referencing a system type.
|
|
The system type determines the kinds of services that will be available to that host.
|
|
System types are defined by the <code>org.eclipse.rse.core.systemTypes</code> extension point, which lists the <code>subsystemConfigurations</code>
|
|
that are valid for type.
|
|
</p><p>
|
|
Once instantiated, hosts can be connected to their target systems.
|
|
This causes the connector services associated with
|
|
the subsystems belonging to that host to request connection.
|
|
Disconnect works similarly.
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|