ISystemRegistry.createHost(
String profileName,
IRSESystemType systemType,
String connectionName,
String hostName,
String description,
String defaultUserId,
int defaultUserIdLocation,
ISubSystemConfigurator[] configurators)
Create a host object, sometimes called a "connection",
given the containing profile and given all the possible attributes.
SubSystemConfiguration.createSubSystem(
IHost conn,
boolean creatingConnection,
ISubSystemConfigurator[] configurators)
Creates a new subsystem instance that is associated with the given
connection object.
ISubSystemConfiguration.createSubSystem(
IHost conn,
boolean creatingConnection,
ISubSystemConfigurator[] configurators)
Creates a new subsystem instance that is associated with the given connection object.