Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

Uses of Interface
org.eclipse.rse.subsystems.shells.core.subsystems.IRemoteCmdSubSystem

Packages that use IRemoteCmdSubSystem
org.eclipse.rse.shells.ui   
org.eclipse.rse.subsystems.shells.core.model   
org.eclipse.rse.subsystems.shells.core.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. 
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.shells.ui
 

Methods in org.eclipse.rse.shells.ui that return IRemoteCmdSubSystem
static  IRemoteCmdSubSystem RemoteCommandHelpers. getCmdSubSystem ( IHost connection)
           
static  IRemoteCmdSubSystem[] RemoteCommandHelpers. getCmdSubSystems ( IHost connection)
           
 

Methods in org.eclipse.rse.shells.ui with parameters of type IRemoteCmdSubSystem
static boolean RemoteCommandHelpers. runUniversalCommand ( Shell shell, String cmdString, String path, IRemoteCmdSubSystem cmdSubSystem)
           
static boolean RemoteCommandHelpers. runUniversalCommand ( Shell shell, String cmdString, String path, IRemoteCmdSubSystem cmdSubSystem, boolean isCompile)
          Encapsulation of code needed to run a universal subsystem command.
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.core.model
 

Fields in org.eclipse.rse.subsystems.shells.core.model declared as IRemoteCmdSubSystem
protected   IRemoteCmdSubSystem RemoteCommandShellOperation. _cmdSubSystem
           
protected   IRemoteCmdSubSystem RemoteCommandShell. _cmdSubSystem
           
protected   IRemoteCmdSubSystem SimpleCommandOperation. _subsystem
           
 

Methods in org.eclipse.rse.subsystems.shells.core.model that return IRemoteCmdSubSystem
  IRemoteCmdSubSystem RemoteCommandShell. getCommandSubSystem ()
           
 

Methods in org.eclipse.rse.subsystems.shells.core.model with parameters of type IRemoteCmdSubSystem
  RemoteCommandShellOperation RemoteCommandShellOperationManager. findRemoteCommandShellOperation ( IRemoteCmdSubSystem ss, IProject project, Class type)
           
 

Constructors in org.eclipse.rse.subsystems.shells.core.model with parameters of type IRemoteCmdSubSystem
RemoteCommandShell ( IRemoteCmdSubSystem cmdSubSystem)
           
RemoteCommandShellOperation ( Shell shell, IRemoteCmdSubSystem cmdSubSystem, IRemoteFile pwd)
          Constructor
SimpleCommandOperation ( IRemoteCmdSubSystem subsystem, IRemoteFile workingDirectory, boolean runAsShell)
           
 

Uses of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.core.subsystems
 

Classes in org.eclipse.rse.subsystems.shells.core.subsystems that implement IRemoteCmdSubSystem
 class RemoteCmdSubSystem
          This is the abstraction of a subsystem specialized for remote execution of commands.
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems that return IRemoteCmdSubSystem
  IRemoteCmdSubSystem RemoteCmdSubSystem. getCommandSubSystem ()
          Return the associated command subsystem.
  IRemoteCmdSubSystem IRemoteCommandShell. getCommandSubSystem ()
          Return the command subsystem associated with this command
 

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

Subinterfaces of IRemoteCmdSubSystem in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem
 interface IShellServiceSubSystem
           
 

Classes in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem that implement IRemoteCmdSubSystem
 class ShellServiceSubSystem
           
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type IRemoteCmdSubSystem
  IServiceCommandShell IShellServiceSubSystemConfiguration. createRemoteCommandShell ( IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
protected   IServiceCommandShell ShellServiceSubSystem. createRemoteCommandShell ( IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
  IServiceCommandShell ShellServiceSubSystemConfiguration. createRemoteCommandShell ( IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

Constructors in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type IRemoteCmdSubSystem
ServiceCommandShell ( IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.dstore with parameters of type IRemoteCmdSubSystem
  IServiceCommandShell DStoreShellSubSystemConfiguration. createRemoteCommandShell ( IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.local with parameters of type IRemoteCmdSubSystem
  IServiceCommandShell LocalShellSubSystemConfiguration. createRemoteCommandShell ( IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.ssh with parameters of type IRemoteCmdSubSystem
  IServiceCommandShell SshShellSubSystemConfiguration. createRemoteCommandShell ( IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.telnet with parameters of type IRemoteCmdSubSystem
  IServiceCommandShell TelnetShellSubSystemConfiguration. createRemoteCommandShell ( IRemoteCmdSubSystem cmdSS, IHostShell hostShell)
           
 


RSE
Release 3.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire