RSE
Release 3.4

Uses of Interface
org.eclipse.rse.core.model.ISubSystemConfigurator

Packages that use ISubSystemConfigurator
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.ui.wizards   
 

Uses of ISubSystemConfigurator in org.eclipse.rse.core.model
 

Methods in org.eclipse.rse.core.model with parameters of type ISubSystemConfigurator
 IHost 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.
 

Uses of ISubSystemConfigurator in org.eclipse.rse.core.subsystems
 

Methods in org.eclipse.rse.core.subsystems with parameters of type ISubSystemConfigurator
 ISubSystem SubSystemConfiguration.createSubSystem(IHost conn, boolean creatingConnection, ISubSystemConfigurator[] configurators)
          Creates a new subsystem instance that is associated with the given connection object.
 ISubSystem ISubSystemConfiguration.createSubSystem(IHost conn, boolean creatingConnection, ISubSystemConfigurator[] configurators)
          Creates a new subsystem instance that is associated with the given connection object.
protected  void SubSystemConfiguration.initializeSubSystem(ISubSystem ss, ISubSystemConfigurator[] configurators)
          Initialize subsystems after creation (Overridable).
 

Uses of ISubSystemConfigurator in org.eclipse.rse.subsystems.files.core.subsystems
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type ISubSystemConfigurator
protected  void RemoteFileSubSystemConfiguration.initializeSubSystem(ISubSystem ss, ISubSystemConfigurator[] configurators)
          Populate a new subsystem with our unique attributes, and/or create default filter references.
 

Uses of ISubSystemConfigurator in org.eclipse.rse.ui.wizards
 

Classes in org.eclipse.rse.ui.wizards that implement ISubSystemConfigurator
 class AbstractSystemNewConnectionWizardPage
          A base class for additional pages that are to be appended to the New Connection wizard.
 class SubSystemServiceWizardPage
           
 


RSE
Release 3.4

Copyright (c) IBM Corporation and others 2000, 2012. All Rights Reserved.