Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 70940c1d272e47f7faabb3927d46f02b09fd28d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!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>

Back to the top