RSE
Release 3.0

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   
 

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.
protected  void SubSystemConfiguration.initializeSubSystem(ISubSystem ss, ISubSystemConfigurator[] configurators)
          Initialize subsystems after creation (Overridable).
 ISubSystem ISubSystemConfiguration.createSubSystem(IHost conn, boolean creatingConnection, ISubSystemConfigurator[] configurators)
          Creates a new subsystem instance that is associated with the given connection object.
 

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.
 


RSE
Release 3.0

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