RSE
Release 3.4

Uses of Interface
org.eclipse.rse.subsystems.processes.core.subsystem.IRemoteProcessSubSystemConfiguration

Packages that use IRemoteProcessSubSystemConfiguration
org.eclipse.rse.processes.ui   
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
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. 
 

Uses of IRemoteProcessSubSystemConfiguration in org.eclipse.rse.processes.ui
 

Fields in org.eclipse.rse.processes.ui declared as IRemoteProcessSubSystemConfiguration
protected  IRemoteProcessSubSystemConfiguration SystemProcessFilterStringEditPane.inputSubsystemConfiguration
           
 

Uses of IRemoteProcessSubSystemConfiguration in org.eclipse.rse.subsystems.processes.core.subsystem
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem that return IRemoteProcessSubSystemConfiguration
 IRemoteProcessSubSystemConfiguration IRemoteProcessSubSystem.getParentRemoteProcessSubSystemConfiguration()
          Return parent subsystem factory, cast to a RemoteProcessSubSystemConfiguration
 

Uses of IRemoteProcessSubSystemConfiguration in org.eclipse.rse.subsystems.processes.core.subsystem.impl
 

Classes in org.eclipse.rse.subsystems.processes.core.subsystem.impl that implement IRemoteProcessSubSystemConfiguration
 class RemoteProcessSubSystemConfiguration
          The implementation of the RemoteProcessSubSystemConfiguration interface Contains information about what features the subsystem supports
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl that return IRemoteProcessSubSystemConfiguration
 IRemoteProcessSubSystemConfiguration RemoteProcessSubSystemImpl.getParentRemoteProcessSubSystemConfiguration()
           
 

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

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

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

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

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

Subinterfaces of IRemoteProcessSubSystemConfiguration 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 IRemoteProcessSubSystemConfiguration
 class ProcessServiceSubSystemConfiguration
          Factory for creating the ProcessServiceSubSystem and for getting the associated service and adapter.
 

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

Classes in org.eclipse.rse.subsystems.processes.shell.linux that implement IRemoteProcessSubSystemConfiguration
 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.
 


RSE
Release 3.4

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