RSE
Release 3.2

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

Packages that use IRemoteProcessSubSystem
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.servicesubsystem   
 

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

Methods in org.eclipse.rse.subsystems.processes.core.subsystem that return IRemoteProcessSubSystem
 IRemoteProcessSubSystem IRemoteProcess.getParentRemoteProcessSubSystem()
          Get parent subsystem
 IRemoteProcessSubSystem IRemoteProcessContext.getParentRemoteProcessSubSystem()
          Get parent subsystem
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem with parameters of type IRemoteProcessSubSystem
 void IRemoteProcessContext.setParentRemoteProcessSubSystem(IRemoteProcessSubSystem parentSubSystem)
          Set parent subsystem
 

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

Classes in org.eclipse.rse.subsystems.processes.core.subsystem.impl that implement IRemoteProcessSubSystem
 class RemoteProcessSubSystemImpl
          Default implementation of the IRemoteProcessSubSystem interface.
 

Fields in org.eclipse.rse.subsystems.processes.core.subsystem.impl declared as IRemoteProcessSubSystem
protected  IRemoteProcessSubSystem RemoteProcessContext.subsystem
           
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl that return IRemoteProcessSubSystem
 IRemoteProcessSubSystem RemoteProcessImpl.getParentRemoteProcessSubSystem()
           
 IRemoteProcessSubSystem RemoteProcessContext.getParentRemoteProcessSubSystem()
          Return the parent subsystem
 

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl with parameters of type IRemoteProcessSubSystem
 void RemoteProcessContext.setParentRemoteProcessSubSystem(IRemoteProcessSubSystem subsystem)
          Set the parent subsystem
 

Constructors in org.eclipse.rse.subsystems.processes.core.subsystem.impl with parameters of type IRemoteProcessSubSystem
RemoteProcessContext(IRemoteProcessSubSystem subsystem, IRemoteProcess parentProcessObject, IHostProcessFilter filterString)
          Constructor that takes all inputs.
 

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

Subinterfaces of IRemoteProcessSubSystem in org.eclipse.rse.subsystems.processes.servicesubsystem
 interface IProcessServiceSubSystem
           
 

Classes in org.eclipse.rse.subsystems.processes.servicesubsystem that implement IRemoteProcessSubSystem
 class ProcessServiceSubSystem
          The subsystem that, coupled with a ProcessService implementation, can query and kill remote processes on a remote system.
 


RSE
Release 3.2

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