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.core.model.IHost

Packages that use IHost
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.core   
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.files.ui   
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.dialogs   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.shells.ui   
org.eclipse.rse.subsystems.files.core.model   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
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.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. 
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. 
org.eclipse.rse.subsystems.terminals.core Application programming interface for creating customized terminal subsystems. 
org.eclipse.rse.subsystems.terminals.ssh   
org.eclipse.rse.ui   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.model   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.widgets   
org.eclipse.rse.ui.widgets.services   
 

Uses of IHost in org.eclipse.rse.connectorservice.dstore
 

Methods in org.eclipse.rse.connectorservice.dstore with parameters of type IHost
  IConnectorService DStoreConnectorServiceManager. createConnectorService ( IHost host)
          Return the actual IConnectorService object.
 

Constructors in org.eclipse.rse.connectorservice.dstore with parameters of type IHost
DStoreConnectorService ( String name, String description, IHost host)
          Constructor when we don't have a subsystem yet.
 

Uses of IHost in org.eclipse.rse.core
 

Methods in org.eclipse.rse.core that return IHost
  IHost IRSESystemType. createNewHostInstance ( ISystemProfile profile)
          Creates a new IHost object instance.
  IHost AbstractRSESystemType. createNewHostInstance ( ISystemProfile profile)
           
 

Methods in org.eclipse.rse.core with parameters of type IHost
static  String SystemResourceManager. getFolderName ( IHost conn)
          Map a system connection object to a folder name
 

Uses of IHost in org.eclipse.rse.core.model
 

Classes in org.eclipse.rse.core.model that implement IHost
 class DummyHost
          A DummyHost is used as a placeholder during the construction of hosts by wizards.
 class Host
          Default implementation of the IHost interface.
 

Methods in org.eclipse.rse.core.model that return IHost
  IHost ISystemHostPool. cloneHost ( ISystemHostPool targetPool, IHost conn, String aliasName)
          Duplicates a given connection in this list within this list or another list.
  IHost ISystemRegistry. copyHost ( IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor)
          Copy a SystemConnection.
  IHost ISystemHostPool. createHost ( IRSESystemType systemType, String aliasName, String hostName)
          Create a connection object, given only the minimal information.
  IHost ISystemHostPool. createHost ( IRSESystemType systemType, String aliasName, String hostName, String description)
          Create a connection object, given all the possible attributes except default userId.
  IHost ISystemRegistry. createHost ( IRSESystemType systemType, String connectionName, String hostAddress, String description)
          Create a connection object.
  IHost ISystemHostPool. createHost ( IRSESystemType systemType, String aliasName, String hostName, String description, String defaultUserId, int defaultUserIdLocation)
          Create a connection object, given all the possible attributes.
  IHost ISystemRegistry. createHost ( String profileName, IRSESystemType systemType, String connectionName, String hostName, String description)
          Create a connection object.
  IHost ISystemRegistry. createHost ( String profileName, IRSESystemType systemType, String hostName, String hostAddress, String description, boolean createSubSystems)
          Create a host object.
  IHost ISystemRegistry. createHost ( String profileName, IRSESystemType systemType, String connectionName, String hostName, String description, String defaultUserId, int defaultUserIdLocation, ISubSystemConfigurator[] configurators)
          Create a host object, sometimes called a "connection", given the containing profile and given all the possible attributes.
  IHost ISystemRegistry. createLocalHost ( ISystemProfile profile, String name, String userId)
          Convenience method to create a local connection, as it often that one is needed for access to the local file system.
static  IHost[] SystemStartHere. getConnections ()
          STEP 2a.
static  IHost[] SystemStartHere. getConnectionsBySubSystemConfiguration ( ISubSystemConfiguration subsystemConfiguration)
          STEP 2c.
static  IHost[] SystemStartHere. getConnectionsBySubSystemConfiguration ( String subsystemConfigurationId)
          STEP 2d.
static  IHost[] SystemStartHere. getConnectionsBySystemType ( String systemTypeId)
          STEP 2b.
  IHost ISystemHostPool. getHost (int pos)
          Return the connection at the given zero-based offset.
  IHost ISystemRegistry. getHost ( ISystemProfile profile, String connectionName)
          Return a SystemConnection object given a system profile containing it, and a connection name uniquely identifying it.
  IHost ISystemHostPool. getHost ( String aliasName)
          Return a connection object, given its alias name.
  IHost[] ISystemHostPool. getHosts ()
          Return array of connections in this pool.
  IHost[] ISystemProfile. getHosts ()
          Return all connections for this profile
  IHost[] ISystemRegistry. getHosts ()
          Return all connections in all active profiles.
  IHost[] ISystemRegistry. getHostsByProfile ( ISystemProfile profile)
          Return all connections in a given profile.
  IHost[] ISystemRegistry. getHostsBySubSystemConfiguration ( ISubSystemConfiguration config)
          Return all connections for which there exists one or more subsystems owned by a given subsystem configuration.
  IHost[] ISystemRegistry. getHostsBySubSystemConfigurationCategory ( String factoryCategory)
          Return all connections for which there exists one or more subsystems owned by any a given subsystem configuration that is of the given category.
  IHost[] ISystemRegistry. getHostsBySystemType ( IRSESystemType systemType)
          Returns all connections for all active profiles, for the given system type.
  IHost[] ISystemRegistry. getHostsBySystemTypes ( IRSESystemType[] systemTypes)
          Return all connections for all active profiles, for the given system types.
  IHost ISystemRegistry. getLocalHost ()
          Return the first connection to the local host we can find.
  IHost ISystemRegistry. moveHost ( IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor)
          Move a SystemConnection to another profile.
 

Methods in org.eclipse.rse.core.model with parameters of type IHost
 boolean ISystemHostPool. addHost ( IHost conn)
          Add a new connection to the list.
 boolean ISystemRegistry. areAllSubSystemsConnected ( IHost conn)
          Return true if all of the subsystems for the given connection are currently connected.
  IHost ISystemHostPool. cloneHost ( ISystemHostPool targetPool, IHost conn, String aliasName)
          Duplicates a given connection in this list within this list or another list.
  IHost ISystemRegistry. copyHost ( IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor)
          Copy a SystemConnection.
  ISubSystem[] ISystemRegistry. createSubSystems ( IHost host, ISubSystemConfiguration[] configurations)
          Creates subsystems for a given host and subsystem configurations.
 void ISystemHostPool. deleteHost ( IHost conn)
          Removes a given connection from the list and deletes it from disk.
 void ISystemRegistry. deleteHost ( IHost conn)
          Delete an existing connection.
 void ISystemRegistry. disconnectAllSubSystems ( IHost conn)
          Disconnect all subsystems for the given connection, if they are currently connected.
  String ISystemRegistry. getAbsoluteNameForConnection ( IHost host)
          Return the absolute name for the specified host (connection)
  Object[] ISystemRegistry. getConnectionChildren ( IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
  Object[] ISystemViewInputProvider. getConnectionChildren ( IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
  IConnectorService[] ISystemRegistry. getConnectorServices ( IHost host)
          Return the list of connector services currently configured for the given host
 int ISystemRegistry. getHostCountWithinProfile ( IHost conn)
          Return the number of SystemConnection objects within the given connection's owning profile.
 int ISystemHostPool. getHostPosition ( IHost conn)
          Return the zero-based position of a connection object within this host pool.
 int ISystemRegistry. getHostPosition ( IHost conn)
          Return the zero-based position of a SystemConnection object within its profile.
  ISubSystem[] ISystemRegistry. getServiceSubSystems ( IHost host, Class serviceType)
          Get those subsystems that are registered against a given connection, which are service subsystems with the given serviceType.
static  ISubSystem SystemStartHere. getSubSystem ( String subsystemConfigurationId, IHost connection)
          STEP 3c.
  ISubSystem[] ISystemRegistry. getSubSystems ( IHost host)
          Return list of subsystem objects for a given host.
  ISubSystem[] ISystemRegistry. getSubSystems ( IHost host, boolean force)
          Deprecated. Use ISystemRegistry.getSubSystems(IHost) instead, the "force" parameter is now ignored.
  ISubSystem[] ISystemRegistry. getSubsystems ( IHost host, Class subsystemInterface)
          Get those subsystems that are registered against a given connection, which are an instance of the given interface class.
static  ISubSystem[] SystemStartHere. getSubSystems ( String subsystemConfigurationId, IHost connection)
          STEP 3b.
  ISubSystem[] ISystemRegistry. getSubSystemsBySubSystemConfigurationCategory ( String factoryCategory, IHost host)
          Deprecated. use ISystemRegistry.getSubSystemConfigurationProxiesByCategory(String) and instantiate only those subsystem configurations from the proxy that are really needed. Then, use ISubSystemConfiguration.getSubSystems(boolean) with a parameter true.
 boolean ISystemRegistry. hasConnectionChildren ( IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 boolean ISystemViewInputProvider. hasConnectionChildren ( IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 boolean ISystemRegistry. isAnySubSystemConnected ( IHost conn)
          Return true if any of the subsystems for the given connection are currently connected.
 boolean ISystemRegistry. isAnySubSystemSupportsConnect ( IHost conn)
          Return true if any subsystem supports connecting.
  IHost ISystemRegistry. moveHost ( IHost conn, ISystemProfile targetProfile, String newName, IProgressMonitor monitor)
          Move a SystemConnection to another profile.
 void ISystemHostPool. moveHosts ( IHost[] conns, int delta)
          Move existing connections a given number of positions in the same pool.
 void ISystemRegistry. moveHosts ( String profileName, IHost[] conns, int delta)
          Move existing connections a given number of positions in the same profile.
 void ISystemHostPool. renameHost ( IHost conn, String newName)
          Renames a given connection in the list.
 void ISystemRegistry. renameHost ( IHost conn, String newName)
          Renames an existing connection.
 boolean ISystemRegistry. saveHost ( IHost conn)
          Save specific connection
 void ISystemRegistry. setHostOffline ( IHost conn, boolean offline)
          Update the workoffline mode for a connection.
 void ISystemHostPool. updateHost ( IHost conn, IRSESystemType systemType, String aliasName, String hostName, String description, String defaultUserId, int defaultUserIdLocation)
          Update an existing connection given the new information.
 void ISystemRegistry. updateHost ( IHost host, IRSESystemType systemType, String connectionName, String hostName, String description, String defaultUserId, int defaultUserIdLocation)
          Update an existing host given the new information.
 

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

Fields in org.eclipse.rse.core.subsystems declared as IHost
protected   IHost SubSystem. _host
           
protected   IHost AbstractDelegatingConnectorService. _host
           
protected static  IHost SubSystemConfiguration. currentlyProcessingConnection
           
protected   IHost SubSystemConfiguration. currentlySelectedConnection
           
 

Methods in org.eclipse.rse.core.subsystems that return IHost
  IHost SubSystem. getHost ()
          Return the connection object this subsystem is associated with.
  IHost AbstractDelegatingConnectorService. getHost ()
           
  IHost ISubSystem. getHost ()
          Return the connection object this subsystem is associated with.
  IHost AbstractConnectorService. getHost ()
           
  IHost IConnectorService. getHost ()
           
 

Methods in org.eclipse.rse.core.subsystems with parameters of type IHost
  ISubSystem SubSystemConfiguration. cloneSubSystem ( ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation)
          Clone a given subsystem into the given connection.
  ISubSystem ISubSystemConfiguration. cloneSubSystem ( ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation)
          Clone a given subsystem into the given connection.
abstract   IConnectorService AbstractConnectorServiceManager. createConnectorService ( IHost host)
          Return the actual IConnectorService object.
  ISubSystem SubSystemConfiguration. createSubSystem ( IHost conn, boolean creatingConnection, ISubSystemConfigurator[] configurators)
          Creates a new subsystem instance that is associated with the given connection object.
  ISubSystem ISubSystemConfiguration. createSubSystem ( IHost conn, boolean creatingConnection, ISubSystemConfigurator[] configurators)
          Creates a new subsystem instance that is associated with the given connection object.
  ISubSystem SubSystemConfiguration. createSubSystemAfterTheFact ( IHost conn)
           
  ISubSystem ISubSystemConfiguration. createSubSystemAfterTheFact ( IHost conn)
           
abstract   ISubSystem SubSystemConfiguration. createSubSystemInternal ( IHost conn)
          Method called by default implementation of createSubSystem method in AbstractSubSystemConfiguration.
  ISubSystem ISubSystemConfiguration. createSubSystemInternal ( IHost conn)
           
 void SubSystemConfiguration. deleteSubSystemsByConnection ( IHost conn)
          Called by SystemRegistry's deleteConnection method to ensure we delete all our subsystems for a given connection.
 void ISubSystemConfiguration. deleteSubSystemsByConnection ( IHost conn)
          Called by SystemRegistry's deleteConnection method to ensure we delete all our subsystems for a given connection.
protected   Hashtable AbstractConnectorServiceManager. findConnHTForDummyHost ( IHost newHost)
           
  IConnectorService SubSystemConfiguration. getConnectorService ( IHost host)
          Get the connector service for a particular host. This default implementation returns null.
  IConnectorService ISubSystemConfiguration. getConnectorService ( IHost host)
          Get the connector service for a particular host.
  IConnectorService AbstractConnectorServiceManager. getConnectorService ( IHost host, Class commonSSinterface)
           
  IConnectorService IConnectorServiceManager. getConnectorService ( IHost host, Class commonSSinterface)
           
protected   ISystemFilterPoolManager SubSystemConfiguration. getFilterPoolManager ( IHost conn)
          Get the filter pool manager for the given connection
  IService SubSystemConfiguration. getService ( IHost host)
          Get the actual service associated with a particular host. This default implementation returns null.
  IService ISubSystemConfiguration. getService ( IHost host)
          Get the actual service associated with a particular host.
  ISubSystem[] SubSystemConfiguration. getSubSystems ( IHost conn, boolean force)
          Returns a list of subsystem objects existing for the given connection.
  ISubSystem[] ISubSystemConfiguration. getSubSystems ( IHost conn, boolean force)
          Returns a list of subsystem objects existing for the given connection.
protected   ISubSystem[] SubSystemConfiguration. internalGetSubSystems ( IHost conn)
          Private method to subset master list of all subsystems by a given connection
protected  void SubSystemConfiguration. invalidateSubSystemCache ( IHost conn)
          Invalidate internal cached array of subsystems.
 void SubSystemConfiguration. renameSubSystemsByConnection ( IHost conn, String newConnectionName)
          Called by SystemRegistry's renameConnection method to ensure we update our connection names within each subsystem.
 void ISubSystemConfiguration. renameSubSystemsByConnection ( IHost conn, String newConnectionName)
          Called by SystemRegistry's renameConnection method to ensure we update our connection names within each subsystem.
 void SubSystemConfiguration. saveSubSystems ( IHost conn)
          Save all subsystems for a given connection to disk.
 void SubSystemConfiguration. setConnection ( IHost connection)
          Called by adapters prior to asking for actions, in case the connection of the currently selected object is required by the action.
 void ISubSystemConfiguration. setConnection ( IHost connection)
          Called by adapters prior to asking for actions, in case the connection of the currently selected object is required by the action.
 void AbstractConnectorServiceManager. setConnectorService ( IHost host, Class commonSSinterface, IConnectorService connectorService)
           
 void IConnectorServiceManager. setConnectorService ( IHost host, Class commonSSinterface, IConnectorService connectorService)
           
 void SubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
          Set the connector service for a particular host. This default implementation does nothing.
 void ISubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
          Set the connector service for a particular host.
 void SubSystem. setHost ( IHost conn)
          Set the parent connection that owns this subsystem.
 void AbstractDelegatingConnectorService. setHost ( IHost host)
           
 void ISubSystem. setHost ( IHost conn)
          Set the parent connection that owns this subsystem.
 void AbstractConnectorService. setHost ( IHost host)
           
 void IConnectorService. setHost ( IHost host)
          Sets the host used by this connector service.
protected  boolean SubSystemConfiguration. subSystemsHaveBeenRestored ( IHost connection)
          Return true if the subsystems for a given connection have been restored yet or not
 boolean SubSystemConfiguration. supportsEncoding ( IHost host)
          Test whether this subsystem configuration supports custom encodings.
 boolean ISubSystemConfiguration. supportsEncoding ( IHost host)
          Test whether subsystems managed by this configuration support custom encodings.
 boolean SubSystemConfiguration. supportsServerLaunchProperties ( IHost host)
          Tell us if this subsystem configuration supports server launch properties, which allow the user to configure how the server-side code for these subsystems are started.
 boolean ISubSystemConfiguration. supportsServerLaunchProperties ( IHost host)
          Tell us if this subsystem factory supports server launch properties, which allow the user to configure how the server-side code for these subsystems are started.
 

Constructors in org.eclipse.rse.core.subsystems with parameters of type IHost
AbstractConnectorService ( String name, String description, IHost host, int port)
          Construct a new connector service.
AbstractDelegatingConnectorService ( IHost host)
          Creates a new delegating connector service for a particular host.
AuthenticatingConnectorService ( String name, String description, IHost host, int port)
          Constructs an authenticating connector service.
BasicConnectorService ( String name, String description, IHost host, int port)
          Constructs a basic connector service.
SubSystem ( IHost host, IConnectorService connectorService)
           
 

Uses of IHost in org.eclipse.rse.files.ui
 

Methods in org.eclipse.rse.files.ui with parameters of type IHost
  Object ISystemAddFileListener. addButtonPressed ( IHost selectedConnection, IRemoteFile[] selectedObjects)
          The user has pressed the Add button.
  Object ISystemAddFileListener. okToEnableAddButton ( IHost selectedConnection, IRemoteFile[] selectedObjects)
          The user has selected a file or folder.
 

Uses of IHost in org.eclipse.rse.files.ui.actions
 

Methods in org.eclipse.rse.files.ui.actions that return IHost
  IHost SystemSelectRemoteFolderAction. getSelectedConnection ()
          Return selected connection
  IHost SystemSelectRemoteFileAction. getSelectedConnection ()
          Return selected connection
 

Methods in org.eclipse.rse.files.ui.actions with parameters of type IHost
 void SystemSelectRemoteFolderAction. setDefaultConnection ( IHost conn)
          Set the connection to default the selection to
 void SystemSelectRemoteFileAction. setDefaultConnection ( IHost conn)
          Set the connection to default the selection to
 void SystemSelectRemoteFolderAction. setHost ( IHost conn)
          Set the system connection to restrict the user to seeing in the tree.
 void SystemSelectRemoteFileAction. setHost ( IHost conn)
          Set the system connection to restrict the user to seeing in the tree.
 void SystemSelectRemoteFolderAction. setRootFolder ( IHost connection, String folderAbsolutePath)
          Set the root folder from which to start listing files.
 void SystemSelectRemoteFileAction. setRootFolder ( IHost connection, String folderAbsolutePath)
          Set the root folder from which to start listing files.
 

Uses of IHost in org.eclipse.rse.files.ui.dialogs
 

Constructors in org.eclipse.rse.files.ui.dialogs with parameters of type IHost
SystemRemoteArchiveDialog ( Shell shell, String title, IHost defaultConnection)
           
SystemRemoteFileDialog ( Shell shell, String title, IHost defaultConnection)
           
SystemRemoteFolderDialog ( Shell shell, String title, IHost defaultConnection)
           
 

Uses of IHost in org.eclipse.rse.files.ui.widgets
 

Fields in org.eclipse.rse.files.ui.widgets declared as IHost
protected   IHost SystemSelectRemoteFileOrFolderForm. outputConnection
           
 

Methods in org.eclipse.rse.files.ui.widgets that return IHost
  IHost SystemSelectRemoteFileOrFolderForm. getSelectedConnection ()
          Return selected connection
  IHost SystemQualifiedRemoteFolderCombo. getSystemConnection ()
          Query the folder combo field's current contents and return the connection part of it as a SystemConnection object.
  IHost SystemRemoteFolderCombo. getSystemConnection ()
          Get the system connection as specified in setSystemConnection.
protected   IHost SystemSelectRemoteFileOrFolderForm. internalGetConnection ()
          Return the current connection
 

Methods in org.eclipse.rse.files.ui.widgets with parameters of type IHost
protected   SystemSelectRemoteFolderAction SystemQualifiedRemoteFolderCombo. getBrowseAction ( Shell shell, IHost defaultConnection)
          Returns action to be called when Browse... pressed.
 void SystemSelectRemoteFileOrFolderForm. setDefaultConnection ( IHost conn)
          Set the connection to default the selection to
 void SystemSelectRemoteFileOrFolderForm. setRootFolder ( IHost connection, String folderAbsolutePath)
          Set the root folder from which to start listing folders or files.
 void SystemRemoteFolderCombo. setSystemConnection ( IHost connection)
          Set the input system connection to restrict the browse button to this connection only.
 void SystemSelectRemoteFileOrFolderForm. setSystemConnection ( IHost conn)
          Set the connection to restrict the user to seeing
 

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

Methods in org.eclipse.rse.shells.ui with parameters of type IHost
static  IRemoteCmdSubSystem RemoteCommandHelpers. getCmdSubSystem ( IHost connection)
           
static  IRemoteCmdSubSystem[] RemoteCommandHelpers. getCmdSubSystems ( IHost connection)
           
 

Uses of IHost in org.eclipse.rse.subsystems.files.core.model
 

Methods in org.eclipse.rse.subsystems.files.core.model that return IHost
  IHost[] ISystemFileAPIProvider. getConnections ()
          Return all connections which have at least one subsystem that implements/extends RemoteFileSubSystem
 

Methods in org.eclipse.rse.subsystems.files.core.model with parameters of type IHost
static  IRemoteFileSubSystem RemoteFileUtility. getFileSubSystem ( IHost connection)
          Return the first remote file subsystem associated with a connection.
static  IRemoteFileSubSystem[] RemoteFileUtility. getFileSubSystems ( IHost connection)
          Return the list of file subsystems associated with a connection.
 

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

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem that return IHost
  IHost AbstractRemoteFile. getHost ()
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IHost
  IFileService IFileServiceSubSystemConfiguration. createFileService ( IHost host)
           
  IHostSearchResultConfiguration IFileServiceSubSystemConfiguration. createSearchConfiguration ( IHost host, IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
           
  ISearchService IFileServiceSubSystemConfiguration. createSearchService ( IHost host)
           
  IFileService IFileServiceSubSystemConfiguration. getFileService ( IHost host)
           
  IFileService FileServiceSubSystemConfiguration. getFileService ( IHost host)
           
  ISearchService IFileServiceSubSystemConfiguration. getSearchService ( IHost host)
           
  ISearchService FileServiceSubSystemConfiguration. getSearchService ( IHost host)
           
  IService FileServiceSubSystemConfiguration. getService ( IHost host)
           
 boolean FileServiceSubSystemConfiguration. supportsServerLaunchProperties ( IHost host)
           
 

Constructors in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IHost
FileServiceSubSystem ( IHost host, IConnectorService connectorService, IFileService hostFileService, IHostFileToRemoteFileAdapter fileAdapter, ISearchService searchService)
           
 

Uses of IHost in org.eclipse.rse.subsystems.files.core.subsystems
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IHost
  IHost IRemoteFile. getHost ()
          Return the connection this remote file is from.
  IHost RemoteFile. getHost ()
          Return the connection this remote file is from.
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IHost
  ISubSystem RemoteFileSubSystemConfiguration. createSubSystemInternal ( IHost conn)
          Instantiate and return an instance of OUR subystem.
 

Constructors in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IHost
RemoteFileSubSystem ( IHost host, IConnectorService connectorService)
          Default constructor.
 

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

Methods in org.eclipse.rse.subsystems.files.dstore with parameters of type IHost
  IFileService DStoreFileSubSystemConfiguration. createFileService ( IHost host)
           
  IHostSearchResultConfiguration DStoreFileSubSystemConfiguration. createSearchConfiguration ( IHost host, IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
           
  ISearchService DStoreFileSubSystemConfiguration. createSearchService ( IHost host)
           
  ISubSystem DStoreFileSubSystemConfiguration. createSubSystemInternal ( IHost host)
          Instantiate and return an instance of OUR subsystem.
  IConnectorService DStoreFileSubSystemConfiguration. getConnectorService ( IHost host)
           
 void DStoreFileSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.files.ftp with parameters of type IHost
  IFileService FTPFileSubSystemConfiguration. createFileService ( IHost host)
           
  IHostSearchResultConfiguration FTPFileSubSystemConfiguration. createSearchConfiguration ( IHost host, IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
           
  ISearchService FTPFileSubSystemConfiguration. createSearchService ( IHost host)
           
  ISubSystem FTPFileSubSystemConfiguration. createSubSystemInternal ( IHost host)
          Instantiate and return an instance of OUR subystem.
  IConnectorService FTPFileSubSystemConfiguration. getConnectorService ( IHost host)
           
 void FTPFileSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.files.local with parameters of type IHost
  IFileService LocalFileSubSystemConfiguration. createFileService ( IHost host)
           
  IHostSearchResultConfiguration LocalFileSubSystemConfiguration. createSearchConfiguration ( IHost host, IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
          Creates a config and adds it to the result set.
  ISearchService LocalFileSubSystemConfiguration. createSearchService ( IHost host)
           
  ISubSystem LocalFileSubSystemConfiguration. createSubSystemInternal ( IHost host)
          Instantiate and return an instance of OUR subystem.
  IConnectorService LocalFileSubSystemConfiguration. getConnectorService ( IHost host)
           
 void LocalFileSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.files.ssh with parameters of type IHost
  IFileService SftpFileSubSystemConfiguration. createFileService ( IHost host)
           
  IHostSearchResultConfiguration SftpFileSubSystemConfiguration. createSearchConfiguration ( IHost host, IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
           
  ISearchService SftpFileSubSystemConfiguration. createSearchService ( IHost host)
           
  ISubSystem SftpFileSubSystemConfiguration. createSubSystemInternal ( IHost host)
           
  IConnectorService SftpFileSubSystemConfiguration. getConnectorService ( IHost host)
           
 void SftpFileSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.processes.core.subsystem that return IHost
  IHost IRemoteProcess. getSystemConnection ()
          Return the connection this remote process is from.
 

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

Methods in org.eclipse.rse.subsystems.processes.core.subsystem.impl that return IHost
  IHost RemoteProcessImpl. getSystemConnection ()
           
 

Constructors in org.eclipse.rse.subsystems.processes.core.subsystem.impl with parameters of type IHost
RemoteProcessSubSystemImpl ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.processes.dstore with parameters of type IHost
  IProcessService DStoreProcessSubSystemConfiguration. createProcessService ( IHost host)
           
  ISubSystem DStoreProcessSubSystemConfiguration. createSubSystemInternal ( IHost host)
           
  IConnectorService DStoreProcessSubSystemConfiguration. getConnectorService ( IHost host)
           
 void DStoreProcessSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.processes.local with parameters of type IHost
  IProcessService LocalProcessSubSystemConfiguration. createProcessService ( IHost host)
           
  ISubSystem LocalProcessSubSystemConfiguration. createSubSystemInternal ( IHost host)
          Instantiate and return an instance of OUR subystem.
  IConnectorService LocalProcessSubSystemConfiguration. getConnectorService ( IHost host)
           
 void LocalProcessSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.processes.servicesubsystem with parameters of type IHost
  IProcessService IProcessServiceSubSystemConfiguration. createProcessService ( IHost host)
          Creates a new process service object associated with a specific remote host
  IProcessService ProcessServiceSubSystemConfiguration. getProcessService ( IHost host)
           
  IProcessService IProcessServiceSubSystemConfiguration. getProcessService ( IHost host)
           
  IService ProcessServiceSubSystemConfiguration. getService ( IHost host)
           
 boolean ProcessServiceSubSystemConfiguration. supportsServerLaunchProperties ( IHost host)
           
 

Constructors in org.eclipse.rse.subsystems.processes.servicesubsystem with parameters of type IHost
ProcessServiceSubSystem ( IHost host, IConnectorService connectorService, IProcessService hostProcessService, IHostProcessToRemoteProcessAdapter adapter)
           
 

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

Methods in org.eclipse.rse.subsystems.processes.shell.linux with parameters of type IHost
  IProcessService ShellProcessSubSystemConfiguration. createProcessService ( IHost host)
           
  ISubSystem ShellProcessSubSystemConfiguration. createSubSystemInternal ( IHost conn)
           
  IConnectorService ShellProcessSubSystemConfiguration. getConnectorService ( IHost host)
           
 void ShellProcessSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Constructors in org.eclipse.rse.subsystems.shells.core.subsystems with parameters of type IHost
RemoteCmdSubSystem ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type IHost
  IShellService IShellServiceSubSystemConfiguration. createShellService ( IHost host)
           
  IService ShellServiceSubSystemConfiguration. getService ( IHost host)
           
  IShellService IShellServiceSubSystemConfiguration. getShellService ( IHost host)
           
  IShellService ShellServiceSubSystemConfiguration. getShellService ( IHost host)
           
 boolean ShellServiceSubSystemConfiguration. supportsServerLaunchProperties ( IHost host)
           
 

Constructors in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type IHost
ShellServiceSubSystem ( IHost host, IConnectorService connectorService, IShellService hostService)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.dstore with parameters of type IHost
  IShellService DStoreShellSubSystemConfiguration. createShellService ( IHost host)
           
  ISubSystem DStoreShellSubSystemConfiguration. createSubSystemInternal ( IHost host)
          Instantiate and return an instance of OUR subystem.
  IConnectorService DStoreShellSubSystemConfiguration. getConnectorService ( IHost host)
           
 void DStoreShellSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.local with parameters of type IHost
  IShellService LocalShellSubSystemConfiguration. createShellService ( IHost host)
           
  ISubSystem LocalShellSubSystemConfiguration. createSubSystemInternal ( IHost host)
          Instantiate and return an instance of OUR subystem.
  IConnectorService LocalShellSubSystemConfiguration. getConnectorService ( IHost host)
           
 void LocalShellSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.ssh with parameters of type IHost
  IShellService SshShellSubSystemConfiguration. createShellService ( IHost host)
           
  ISubSystem SshShellSubSystemConfiguration. createSubSystemInternal ( IHost host)
          Instantiate and return an instance of OUR subsystem.
  IConnectorService SshShellSubSystemConfiguration. getConnectorService ( IHost host)
           
 void SshShellSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.telnet with parameters of type IHost
  IShellService TelnetShellSubSystemConfiguration. createShellService ( IHost host)
           
  ISubSystem TelnetShellSubSystemConfiguration. createSubSystemInternal ( IHost host)
          Instantiate and return an instance of OUR subystem.
  IConnectorService TelnetShellSubSystemConfiguration. getConnectorService ( IHost host)
           
 void TelnetShellSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

Uses of IHost in org.eclipse.rse.subsystems.terminals.core
 

Methods in org.eclipse.rse.subsystems.terminals.core with parameters of type IHost
  ITerminalService ITerminalServiceSubSystemConfiguration. createTerminalService ( IHost host)
          Create the terminal service.
  IService TerminalServiceSubSystemConfiguration. getService ( IHost host)
           
  ITerminalService TerminalServiceSubSystemConfiguration. getTerminalService ( IHost host)
           
  ITerminalService ITerminalServiceSubSystemConfiguration. getTerminalService ( IHost host)
          Return the terminal service.
 

Constructors in org.eclipse.rse.subsystems.terminals.core with parameters of type IHost
TerminalServiceSubSystem ( IHost host, IConnectorService connectorService, ITerminalService hostService)
          Constructor.
 

Uses of IHost in org.eclipse.rse.subsystems.terminals.ssh
 

Methods in org.eclipse.rse.subsystems.terminals.ssh with parameters of type IHost
  ISubSystem SshTerminalSubSystemConfiguration. createSubSystemInternal ( IHost host)
          Instantiate and return an instance of OUR subsystem.
  ITerminalService SshTerminalSubSystemConfiguration. createTerminalService ( IHost host)
           
  IConnectorService SshTerminalSubSystemConfiguration. getConnectorService ( IHost host)
           
 void SshTerminalSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

Uses of IHost in org.eclipse.rse.ui
 

Fields in org.eclipse.rse.ui declared as IHost
protected   IHost SystemConnectionForm. conn
           
 

Methods in org.eclipse.rse.ui with parameters of type IHost
  Object IRemoteSelectionAddListener. addButtonPressed ( IHost selectedConnection, Object[] selectedObjects)
          The user has pressed the Add button.
static  SystemHostCombo SystemWidgetHelpers. createConnectionCombo ( Composite parent, SelectionListener listener, IRSESystemType[] systemTypes, ISubSystemConfiguration factory, String factoryId, String factoryCategory, IHost defaultConnection, int horizontalSpan, boolean newButton)
          Creates a new remote system connection combobox instance and sets the default layout data, with tooltip text.
static  String[] SystemPreferencesManager. getConnectionNamesOrder ( IHost[] realityConnectionList, String profileName)
          Gets the user's preference for the order of a given list of connections, after resolving it against the actual list of connection names contained within a specified profile.
static  ISystemValidator SystemConnectionForm. getConnectionNameValidator ( IHost conn)
          Reusable method to return a name validator for renaming a connection.
 void SystemConnectionForm. initializeInputFields ( IHost conn)
          Initialize input fields to current values in update mode.
 void SystemConnectionForm. initializeInputFields ( IHost conn, boolean updateMode)
          Initialize input fields to current values in update mode.
  Object IRemoteSelectionAddListener. okToEnableAddButton ( IHost selectedConnection, Object[] selectedObjects)
          The user has selected a remote object.
 void SystemConnectionForm. setCurrentlySelectedConnection ( IHost connection)
          Set the currently selected connection so as to better initialize input fields
 

Uses of IHost in org.eclipse.rse.ui.actions
 

Methods in org.eclipse.rse.ui.actions that return IHost
  IHost SystemBaseAction. getSystemConnection ()
          Return the system connection which is the parent of whatever is currently selected.
 

Methods in org.eclipse.rse.ui.actions with parameters of type IHost
  SystemMessage SystemCopyToClipboardAction. isValid ( IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
  SystemMessage SystemPasteFromClipboardAction. isValid ( IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 void SystemBaseAction. setHost ( IHost connection)
          Set the SystemConnection used by this action for disabling the action in offline mode, or for whatever reason subclasses may need it.
 

Uses of IHost in org.eclipse.rse.ui.dialogs
 

Methods in org.eclipse.rse.ui.dialogs that return IHost
  IHost SystemRemoteResourceDialog. getSelectedConnection ()
           
 

Methods in org.eclipse.rse.ui.dialogs with parameters of type IHost
 void SystemRemoteResourceDialog. setDefaultSystemConnection ( IHost connection, boolean onlyConnection)
           
 

Uses of IHost in org.eclipse.rse.ui.model
 

Methods in org.eclipse.rse.ui.model with parameters of type IHost
 void ISystemRegistryUI. expandHost ( IHost conn)
          Select and expand the given connection in the RSE, if the RSE is the active perspective.
 

Uses of IHost in org.eclipse.rse.ui.subsystems
 

Constructors in org.eclipse.rse.ui.subsystems with parameters of type IHost
StandardConnectorService ( String name, String description, IHost host, int port)
          Construct a standard connector service.
 

Uses of IHost in org.eclipse.rse.ui.validators
 

Methods in org.eclipse.rse.ui.validators with parameters of type IHost
  SystemMessage IValidatorRemoteSelection. isValid ( IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObject)
          The user has selected one or more remote objects.
abstract   SystemMessage ValidatorRemoteSelection. isValid ( IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 

Uses of IHost in org.eclipse.rse.ui.view
 

Methods in org.eclipse.rse.ui.view that return IHost
  IHost ISystemResourceSelectionInputProvider. getSystemConnection ()
          Gets the associated system connection
 

Methods in org.eclipse.rse.ui.view with parameters of type IHost
  Object[] ISystemSelectRemoteObjectAPIProvider. getConnectionChildren ( IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 void ISystemSelectRemoteObjectAPIProvider. setSystemConnection ( IHost connection, boolean onlyMode)
          Default or Restrict to a specific connection.
 void ISystemResourceSelectionInputProvider. setSystemConnection ( IHost connection, boolean onlyConnection)
          Sets the associated system connection for the input provider
 

Uses of IHost in org.eclipse.rse.ui.widgets
 

Methods in org.eclipse.rse.ui.widgets that return IHost
  IHost[] SystemHostCombo. getConnections ()
           
  IHost SystemHostCombo. getHost ()
          Get the user selected SystemConnection object.
 

Methods in org.eclipse.rse.ui.widgets with parameters of type IHost
  String ISystemAddListener. addButtonPressed ( IHost selectedConnection, Object selectedObject)
          The user has pressed the Add button.
  String ISystemAddListener. okToEnableAddButton ( IHost selectedConnection, Object selectedObject)
          The user has selected an object.
protected  boolean SystemHostCombo. populateConnectionCombo ( Combo combo, IHost defaultConnection, String ssConfigCategory)
          Populates a read-only connection combobox instance with system connections which have subsystems owned by a subsystem factory of the given subsystem factory category.
protected  void SystemHostCombo. populateConnectionCombo ( Combo combo, IRSESystemType[] systemTypes, IHost defaultConnection)
          Populates a read-only connection combobox instance with system connections for the given array of system types.
protected  boolean SystemHostCombo. populateConnectionCombo ( Combo combo, IRSESystemType systemType, IHost defaultConnection, boolean preSelectIfNoMatch)
          Populates a read-only connection combobox instance with system connections for the given system type.
protected  boolean SystemHostCombo. populateConnectionCombo ( Combo combo, IRSESystemType systemType, IHost defaultConnection, boolean preSelectIfNoMatch, boolean appendToCombo)
          Populates a read-only connection combobox instance with system connections for the given system type.
protected  boolean SystemHostCombo. populateConnectionCombo ( Combo combo, ISubSystemConfiguration ssConfig, IHost defaultConnection)
          Populates a read-only connection combobox instance with system connections which have subsystems owned by the given subsystem factory.
protected  boolean SystemHostCombo. populateConnectionCombo ( Combo combo, String ssConfigId, IHost defaultConnection)
          Populates a read-only connection combobox instance with system connections which have subsystems owned by a subsystem factory of the given subsystem factory id.
 void SystemHostCombo. select ( IHost connection)
          Select a connection from the dropdown
 void SystemHostCombo. setConnections ( IHost[] input)
           
 

Constructors in org.eclipse.rse.ui.widgets with parameters of type IHost
SystemHostCombo ( Composite parent, int style, IHost defaultConnection, boolean showNewButton, String ssConfigCategory)
          Constructor for SystemConnectionCombo when there is a subsystem factory category to restrict the list to.
SystemHostCombo ( Composite parent, int style, IHost defaultConnection, boolean showNewButton, String ssConfigCategory, boolean showLabel)
          Constructor for SystemConnectionCombo when there is a subsystem factory category to restrict the list to.
SystemHostCombo ( Composite parent, int style, IHost defaultConnection, String ssConfigId, boolean showNewButton)
          Constructor for SystemConnectionCombo when there is a subsystem factory id to restrict the list to.
SystemHostCombo ( Composite parent, int style, IRSESystemType[] systemTypes, IHost defaultConnection, boolean showNewButton)
          Constructor for SystemConnectionCombo when there is an array of system types to restrict the connection list to.
SystemHostCombo ( Composite parent, int style, IRSESystemType systemType, IHost defaultConnection, boolean showNewButton)
          Constructor for SystemConnectionCombo when there is only a single system type to restrict the connection list to.
SystemHostCombo ( Composite parent, int style, ISubSystemConfiguration ssConfig, IHost defaultConnection, boolean showNewButton)
          Constructor for SystemConnectionCombo when there is a subsystem factory to restrict the list to.
 

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

Fields in org.eclipse.rse.ui.widgets.services declared as IHost
protected   IHost ServiceElement. _host
           
 

Methods in org.eclipse.rse.ui.widgets.services that return IHost
  IHost ServiceElement. getHost ()
           
 

Constructors in org.eclipse.rse.ui.widgets.services with parameters of type IHost
ConnectorServiceElement ( IHost host, ServiceElement parent, IConnectorService connectorService)
           
FactoryServiceElement ( IHost host, ISubSystemConfiguration factory)
          Constructor.
PropertySetServiceElement ( IHost host, ServiceElement parent, IPropertySet propertySet)
           
RSEModelServiceElement ( IHost host, ServiceElement parent, IRSEModelObject modelObject)
           
ServerLauncherPropertiesServiceElement ( IHost host, ServiceElement parent, IServerLauncherProperties launcherProperties)
           
ServiceElement ( IHost host, ServiceElement parent)
           
ServiceServiceElement ( IHost host, ServiceElement parent, IService service)
           
 


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