PTP
Release 7.0

Uses of Interface
org.eclipse.ptp.remote.core.IRemoteProcess

Packages that use IRemoteProcess
org.eclipse.ptp.remote.core   
 

Uses of IRemoteProcess in org.eclipse.ptp.remote.core
 

Classes in org.eclipse.ptp.remote.core that implement IRemoteProcess
 class AbstractRemoteProcess
          Abstract base class for remote processes.
 

Methods in org.eclipse.ptp.remote.core that return IRemoteProcess
 IRemoteProcess IRemoteServices.getCommandShell(IRemoteConnection conn, int flags)
          Get a remote process that runs a command shell on the remote system.
 IRemoteProcess AbstractRemoteProcessBuilder.start()
           
 IRemoteProcess IRemoteProcessBuilder.start()
          Starts a new process using the attributes of this process builder.
abstract  IRemoteProcess AbstractRemoteProcessBuilder.start(int flags)
           
 IRemoteProcess IRemoteProcessBuilder.start(int flags)
          Starts a new process using the attributes of this process builder.
 

Constructors in org.eclipse.ptp.remote.core with parameters of type IRemoteProcess
RemoteProcessAdapter(IRemoteProcess process)
           
 


PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.