RSE
Release 2.0

Uses of Interface
org.eclipse.rse.core.subsystems.IServiceSubSystemConfiguration

Packages that use IServiceSubSystemConfiguration
org.eclipse.rse.core.servicesubsystem   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.dstore Application programming interface for creating customized DataStore file subsystems. 
org.eclipse.rse.subsystems.files.ftp Application programming interface for creating customized FTP file subsystems. 
org.eclipse.rse.subsystems.files.local Application programming interface for creating customized local file subsystems. 
org.eclipse.rse.subsystems.files.ssh Application programming interface for creating customized sftp file subsystems. 
org.eclipse.rse.subsystems.processes.dstore Application programming interface for creating customized DataStore process subsystems. 
org.eclipse.rse.subsystems.processes.local Application programming interface for creating customized local process subsystems. 
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.processes.shell.linux Application programming interface for creating customized shell process subsystems. 
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore Application programming interface for creating customized DataStore shell subsystems. 
org.eclipse.rse.subsystems.shells.local Application programming interface for creating customized local shell subsystems. 
org.eclipse.rse.subsystems.shells.ssh Application programming interface for creating customized ssh shell subsystems. 
org.eclipse.rse.subsystems.shells.telnet Application programming interface for creating customized telnet shell subsystems. 
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.widgets.services   
org.eclipse.rse.ui.wizards   
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.core.servicesubsystem
 

Classes in org.eclipse.rse.core.servicesubsystem that implement IServiceSubSystemConfiguration
 class ServiceSubSystemConfiguration
          This class is to be used by subsystem-providers that do not desire to use MOF/EMF.
 

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

Methods in org.eclipse.rse.core.subsystems with parameters of type IServiceSubSystemConfiguration
 void IServiceSubSystem.switchServiceFactory(IServiceSubSystemConfiguration factory)
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.servicesubsystem
 

Subinterfaces of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.servicesubsystem
 interface IFileServiceSubSystemConfiguration
           
 

Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement IServiceSubSystemConfiguration
 class FileServiceSubSystemConfiguration
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IServiceSubSystemConfiguration
 void FileServiceSubSystem.switchServiceFactory(IServiceSubSystemConfiguration fact)
          Switch to use another protocol
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.files.dstore
 

Classes in org.eclipse.rse.subsystems.files.dstore that implement IServiceSubSystemConfiguration
 class DStoreFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 class DStoreWindowsFileSubSystemConfiguration
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.files.ftp
 

Classes in org.eclipse.rse.subsystems.files.ftp that implement IServiceSubSystemConfiguration
 class FTPFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.files.local
 

Classes in org.eclipse.rse.subsystems.files.local that implement IServiceSubSystemConfiguration
 class LocalFileSubSystemConfiguration
          Provides a factory for generating instances of the class SampleFileSubSystem.
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.files.ssh
 

Classes in org.eclipse.rse.subsystems.files.ssh that implement IServiceSubSystemConfiguration
 class SftpFileSubSystemConfiguration
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.processes.dstore
 

Classes in org.eclipse.rse.subsystems.processes.dstore that implement IServiceSubSystemConfiguration
 class DStoreProcessSubSystemConfiguration
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.processes.local
 

Classes in org.eclipse.rse.subsystems.processes.local that implement IServiceSubSystemConfiguration
 class LocalProcessSubSystemConfiguration
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.processes.servicesubsystem
 

Subinterfaces of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.processes.servicesubsystem
 interface IProcessServiceSubSystemConfiguration
          Factory for creating the ProcessServiceSubSystem and for getting the associated service and adapter.
 

Classes in org.eclipse.rse.subsystems.processes.servicesubsystem that implement IServiceSubSystemConfiguration
 class ProcessServiceSubSystemConfiguration
          Factory for creating the ProcessServiceSubSystem and for getting the associated service and adapter.
 

Methods in org.eclipse.rse.subsystems.processes.servicesubsystem with parameters of type IServiceSubSystemConfiguration
 void ProcessServiceSubSystem.switchServiceFactory(IServiceSubSystemConfiguration fact)
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.processes.shell.linux
 

Classes in org.eclipse.rse.subsystems.processes.shell.linux that implement IServiceSubSystemConfiguration
 class ShellProcessSubSystemConfiguration
          This class is used by org.eclipse.rse.core.subsystemConfigurations extension that defines the process subsystem using ssh protocol on linux remote targets.
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 

Subinterfaces of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 interface IShellServiceSubSystemConfiguration
           
 

Classes in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that implement IServiceSubSystemConfiguration
 class ShellServiceSubSystemConfiguration
           
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type IServiceSubSystemConfiguration
 void ShellServiceSubSystem.switchServiceFactory(IServiceSubSystemConfiguration fact)
          swtich from one protocol to another
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.shells.dstore
 

Classes in org.eclipse.rse.subsystems.shells.dstore that implement IServiceSubSystemConfiguration
 class DStoreShellSubSystemConfiguration
          Provides a factory for generating instances of the class ShellServiceSubSystem.
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.shells.local
 

Classes in org.eclipse.rse.subsystems.shells.local that implement IServiceSubSystemConfiguration
 class LocalShellSubSystemConfiguration
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.shells.ssh
 

Classes in org.eclipse.rse.subsystems.shells.ssh that implement IServiceSubSystemConfiguration
 class SshShellSubSystemConfiguration
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.subsystems.shells.telnet
 

Classes in org.eclipse.rse.subsystems.shells.telnet that implement IServiceSubSystemConfiguration
 class TelnetShellSubSystemConfiguration
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.ui.propertypages
 

Methods in org.eclipse.rse.ui.propertypages that return IServiceSubSystemConfiguration
protected abstract  IServiceSubSystemConfiguration ServicesPropertyPage.getCurrentServiceSubSystemConfiguration()
           
 

Uses of IServiceSubSystemConfiguration in org.eclipse.rse.ui.widgets.services
 

Methods in org.eclipse.rse.ui.widgets.services that return IServiceSubSystemConfiguration
 IServiceSubSystemConfiguration FactoryServiceElement.getFactory()
           
 

Constructors in org.eclipse.rse.ui.widgets.services with parameters of type IServiceSubSystemConfiguration
FactoryServiceElement(IHost host, IServiceSubSystemConfiguration factory)
           
 

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

Methods in org.eclipse.rse.ui.wizards that return IServiceSubSystemConfiguration
protected  IServiceSubSystemConfiguration[] SubSystemServiceWizardPage.getServiceSubSystemConfigurations(IRSESystemType systemType, Class serviceType)
           
 

Methods in org.eclipse.rse.ui.wizards with parameters of type IServiceSubSystemConfiguration
protected  IConnectorService SubSystemServiceWizardPage.getCustomConnectorService(IServiceSubSystemConfiguration config)
           
 


RSE
Release 2.0

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