2006-05-30 15:32:53 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
< html >
< head >
2007-06-18 20:55:57 +00:00
< 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." >
2006-05-30 15:32:53 +00:00
< 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 >
2007-06-18 20:55:57 +00:00
< 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 >
2006-05-30 15:32:53 +00:00
< / body >
< / html >