RSE
Release 1.0

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

Packages that use IHost
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.connectorservice.local   
org.eclipse.rse.connectorservice.ssh   
org.eclipse.rse.core   
org.eclipse.rse.core.model   
org.eclipse.rse.core.servicesubsystem   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.eclipse.filesystem   
org.eclipse.rse.files.ui   
org.eclipse.rse.files.ui.actions   
org.eclipse.rse.files.ui.dialogs   
org.eclipse.rse.files.ui.resources   
org.eclipse.rse.files.ui.widgets   
org.eclipse.rse.model   
org.eclipse.rse.persistence   
org.eclipse.rse.persistence.dom   
org.eclipse.rse.shells.ui   
org.eclipse.rse.shells.ui.view   
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.subsystem   
org.eclipse.rse.subsystems.files.ftp   
org.eclipse.rse.subsystems.files.ftp.connectorservice   
org.eclipse.rse.subsystems.files.local   
org.eclipse.rse.subsystems.files.ssh   
org.eclipse.rse.subsystems.processes.core.subsystem   
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.dstore   
org.eclipse.rse.subsystems.processes.local   
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore   
org.eclipse.rse.subsystems.shells.local   
org.eclipse.rse.subsystems.shells.ssh   
org.eclipse.rse.ui   
org.eclipse.rse.ui.actions   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.validators   
org.eclipse.rse.ui.view   
org.eclipse.rse.ui.view.team   
org.eclipse.rse.ui.widgets   
org.eclipse.rse.ui.widgets.services   
org.eclipse.rse.ui.wizards   
 

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.connectorservice.local
 

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

Constructors in org.eclipse.rse.connectorservice.local with parameters of type IHost
LocalConnectorService(IHost host)
          Constructor when we don't have a subsystem yet.
 

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

Methods in org.eclipse.rse.connectorservice.ssh with parameters of type IHost
 IConnectorService SshConnectorServiceManager.createConnectorService(IHost host)
           
 

Constructors in org.eclipse.rse.connectorservice.ssh with parameters of type IHost
SshConnectorService(IHost host)
           
 

Uses of IHost in org.eclipse.rse.core
 

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
 String[] SystemPreferencesManager.getConnectionNamesOrder(IHost[] realityConnectionList, String profileName)
          Returns user's preference for the order of the connection names, after resolving it with the reality list of connection names.
 

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

Methods in org.eclipse.rse.core.model that return IHost
 IHost[] ISystemHostPool.getHosts()
          Return array of connections in this pool
 IHost ISystemHostPool.createHost(String systemType, String aliasName, String hostName)
          Create a connection.
 IHost ISystemHostPool.createHost(String systemType, String aliasName, String hostName, String description)
          Create a connection.
 IHost ISystemHostPool.createHost(String systemType, String aliasName, String hostName, String description, String defaultUserId, int defaultUserIdLocation)
          Create a connection.
 IHost ISystemHostPool.getHost(String aliasName)
          Return a connection given its name.
 IHost ISystemHostPool.getHost(int pos)
          Return the connection at the given zero-based offset
 IHost ISystemHostPool.cloneHost(ISystemHostPool targetPool, IHost conn, String aliasName)
          Duplicates a given connection in this list within this list or another list.
 IHost ISystemProfile.createHost(String systemType, String connectionName, String hostName, String description)
          Convenience method for create a new connection within this profile.
 IHost[] ISystemProfile.getHosts()
          Return all connections for this profile
 IHost ISystemRegistry.getLocalHost()
          Return the first connection to localhost we can find.
 IHost[] ISystemRegistry.getHosts()
          Return all connections in all active profiles.
 IHost[] ISystemRegistry.getHostsByProfile(ISystemProfile profile)
          Return all connections in a given profile name.
 IHost[] ISystemRegistry.getHostsByProfile(String profileName)
          Return all connections in a given profile.
 IHost[] ISystemRegistry.getHostsBySubSystemConfiguration(ISubSystemConfiguration factory)
          Return all connections for which there exists one or more subsystems owned by a given subsystem factory.
 IHost[] ISystemRegistry.getHostsBySubSystemConfigurationId(String factoryId)
          Return all connections for which there exists one or more subsystems owned by a given subsystem factory, identified by factory Id
 IHost[] ISystemRegistry.getHostsBySubSystemConfigurationCategory(String factoryCategory)
          Return all connections for which there exists one or more subsystems owned by any a given subsystem factory that is of the given category.
 IHost[] ISystemRegistry.getHostsBySystemType(String systemType)
          Return all connections for all active profiles, for the given system type.
 IHost[] ISystemRegistry.getHostsBySystemTypes(String[] systemTypes)
          Return all connections for all active profiles, for the given system types.
 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 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.
 IHost ISystemRegistry.createHost(String profileName, String systemType, String connectionName, String hostName, String description, String defaultUserId, int defaultUserIdLocation, ISystemNewConnectionWizardPage[] newConnectionWizardPages)
          Create a connection object, given the connection pool and given all the possible attributes.
 IHost ISystemRegistry.createHost(String profileName, String systemType, String connectionName, String hostName, String description)
          Create a connection object.
 IHost ISystemRegistry.createHost(String systemType, String connectionName, String hostName, String description)
          Create a connection object.
 IHost ISystemRegistry.copyHost(IProgressMonitor monitor, IHost conn, ISystemProfile targetProfile, String newName)
          Copy a SystemConnection.
 IHost ISystemRegistry.moveHost(IProgressMonitor monitor, IHost conn, ISystemProfile targetProfile, String newName)
          Move a SystemConnection to another profile.
 

Methods in org.eclipse.rse.core.model with parameters of type IHost
 void ISystemHostPool.updateHost(IHost conn, String systemType, String aliasName, String hostName, String description, String defaultUserId, int defaultUserIdLocation)
          Update an existing connection given the new information.
 boolean ISystemHostPool.addHost(IHost conn)
          Add a new connection to the list.
 void ISystemHostPool.deleteHost(IHost conn)
          Removes a given connection from the list and deletes it from disk.
 void ISystemHostPool.renameHost(IHost conn, String newName)
          Renames a given connection in the list.
 int ISystemHostPool.getHostPosition(IHost conn)
          Return the zero-based position of a SystemConnection object within its profile.
 IHost ISystemHostPool.cloneHost(ISystemHostPool targetPool, IHost conn, String aliasName)
          Duplicates a given connection in this list within this list or another list.
 void ISystemHostPool.moveHosts(IHost[] conns, int delta)
          Move existing connections a given number of positions in the same pool.
 void ISystemRegistry.expandHost(IHost conn)
          Expand the given connection in the RSE, if the RSE is the active perspective.
 IConnectorService[] ISystemRegistry.getConnectorServices(IHost conn)
          Return the list of connector services provided for the given host
 ISubSystem[] ISystemRegistry.getSubSystems(IHost conn)
          Return list of subsystem objects for a given connection.
 ISubSystem[] ISystemRegistry.getSubSystems(IHost conn, boolean force)
          Return list of subsystem objects for a given connection.
 ISubSystem[] ISystemRegistry.getServiceSubSystems(Class serviceType, IHost connection)
           
 String ISystemRegistry.getAbsoluteNameForConnection(IHost connection)
          Return the absolute name for the specified connection
 ISubSystem[] ISystemRegistry.getSubSystems(String factoryId, IHost connection)
          Get a list of subsystem objects for given connection, owned by the subsystem factory identified by its given plugin.xml-described id.
 ISubSystem[] ISystemRegistry.getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost connection)
          Get a list of subsystem objects for given connection, owned by a subsystem factory that is of the given category.
 int ISystemRegistry.getHostPosition(IHost conn)
          Return the zero-based position of a SystemConnection object within its profile.
 int ISystemRegistry.getHostCountWithinProfile(IHost conn)
          Return the number of SystemConnection objects within the given connection's owning profile
 void ISystemRegistry.setHostOffline(IHost conn, boolean offline)
          Update the workoffline mode for a connection.
 void ISystemRegistry.deleteHost(IHost conn)
          Delete an existing connection.
 void ISystemRegistry.renameHost(IHost conn, String newName)
          Renames an existing connection.
 void ISystemRegistry.moveHosts(String profileName, IHost[] conns, int delta)
          Move existing connections a given number of positions in the same profile.
 IHost ISystemRegistry.copyHost(IProgressMonitor monitor, IHost conn, ISystemProfile targetProfile, String newName)
          Copy a SystemConnection.
 IHost ISystemRegistry.moveHost(IProgressMonitor monitor, IHost conn, ISystemProfile targetProfile, String newName)
          Move a SystemConnection to another profile.
 boolean ISystemRegistry.isAnySubSystemSupportsConnect(IHost conn)
          Return true if any subsystem supports connecting.
 boolean ISystemRegistry.isAnySubSystemConnected(IHost conn)
          Return true if any of the subsystems for the given connection are currently connected
 boolean ISystemRegistry.areAllSubSystemsConnected(IHost conn)
          Return true if all of the subsystems for the given connection are currently connected
 void ISystemRegistry.disconnectAllSubSystems(IHost conn)
          Disconnect all subsystems for the given connection, if they are currently connected.
 boolean ISystemRegistry.saveHost(IHost conn)
          Save specific connection
 

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

Constructors in org.eclipse.rse.core.servicesubsystem with parameters of type IHost
ServiceSubSystem(IHost host, IConnectorService connectorService)
          Constructor Subclasses must call this via super().
 

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

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

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

Methods in org.eclipse.rse.core.subsystems with parameters of type IHost
 void AbstractConnectorService.setHost(IHost host)
           
 void AbstractConnectorServiceManager.setConnectorService(IHost host, Class commonSSinterface, IConnectorService connectorService)
           
 IConnectorService AbstractConnectorServiceManager.getConnectorService(IHost host, Class commonSSinterface)
           
protected  Hashtable AbstractConnectorServiceManager.findConnHTForDummyHost(IHost newHost)
           
abstract  IConnectorService AbstractConnectorServiceManager.createConnectorService(IHost host)
          Return the actual IConnectorService object.
 boolean SubSystemConfiguration.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.
 void SubSystemConfiguration.renameSubSystemsByConnection(IHost conn, String newConnectionName)
          Called by SystemRegistry's renameConnection method to ensure we update our connection names within each subsystem.
 void SubSystemConfiguration.deleteSubSystemsByConnection(IHost conn)
          Called by SystemRegistry's deleteConnection method to ensure we delete all our subsystems for a given connection.
protected  void SubSystemConfiguration.invalidateSubSystemCache(IHost conn)
          Invalidate internal cached array of subsystems.
 ISubSystem[] SubSystemConfiguration.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
 ISubSystem SubSystemConfiguration.createSubSystem(IHost conn, boolean creatingConnection, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Creates a new subsystem instance that is associated with the given connection object.
 ISubSystem SubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation)
          Clone a given subsystem into the given connection.
abstract  ISubSystem SubSystemConfiguration.createSubSystemInternal(IHost conn)
          Method called by default implementation of createSubSystem method in AbstractSubSystemConfiguration.
protected  ISystemFilterPoolManager SubSystemConfiguration.getFilterPoolManager(IHost conn)
          Get the filter pool manager for the given connection
 void SubSystemConfiguration.saveSubSystems(IHost conn)
          Save all subsystems for a given connection to disk.
 ISubSystem SubSystemConfiguration.createSubSystemAfterTheFact(IHost conn)
           
protected  boolean SubSystemConfiguration.subSystemsHaveBeenRestored(IHost connection)
          Return true if the subsystems for a given connection have been restored yet or not
 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 SubSystem.setHost(IHost conn)
          Set the parent connection that owns this subsystem.
 void ISubSystem.setHost(IHost conn)
          Set the parent connection that owns this subsystem.
 IConnectorService IServiceSubSystemConfiguration.getConnectorService(IHost host)
           
 void IServiceSubSystemConfiguration.setConnectorService(IHost host, IConnectorService connectorService)
           
 IService IServiceSubSystemConfiguration.getService(IHost host)
           
 void IConnectorService.setHost(IHost host)
           
 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.
 void ISubSystemConfiguration.renameSubSystemsByConnection(IHost conn, String newConnectionName)
          Called by SystemRegistry's renameConnection method to ensure we update our connection names within each subsystem.
 void ISubSystemConfiguration.deleteSubSystemsByConnection(IHost conn)
          Called by SystemRegistry's deleteConnection method to ensure we delete all our subsystems for a given connection.
 ISubSystem ISubSystemConfiguration.createSubSystem(IHost conn, boolean creatingConnection, ISystemNewConnectionWizardPage[] yourNewConnectionWizardPages)
          Creates a new subsystem instance that is associated with the given connection object.
 ISubSystem ISubSystemConfiguration.createSubSystemAfterTheFact(IHost conn)
           
 ISubSystem ISubSystemConfiguration.createSubSystemInternal(IHost conn)
           
 IConnectorService ISubSystemConfiguration.getConnectorService(IHost host)
          Find or create a connector service for this host
 ISubSystem ISubSystemConfiguration.cloneSubSystem(ISubSystem oldSubsystem, IHost newConnection, boolean copyProfileOperation)
          Clone a given subsystem into the given connection.
 ISubSystem[] ISubSystemConfiguration.getSubSystems(IHost conn, boolean force)
          Returns a list of subsystem objects existing for the given connection.
 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.
 IConnectorService IConnectorServiceManager.getConnectorService(IHost host, Class commonSSinterface)
           
 void IConnectorServiceManager.setConnectorService(IHost host, Class commonSSinterface, IConnectorService connectorService)
           
 

Constructors in org.eclipse.rse.core.subsystems with parameters of type IHost
AbstractConnectorService(String name, String description, IHost host, int port)
           
SubSystem(IHost host, IConnectorService connectorService)
           
 

Uses of IHost in org.eclipse.rse.eclipse.filesystem
 

Methods in org.eclipse.rse.eclipse.filesystem that return IHost
static IHost RSEFileSystem.getConnectionFor(String hostName)
           
 

Methods in org.eclipse.rse.eclipse.filesystem with parameters of type IHost
static IRemoteFileSubSystem RSEFileSystem.getRemoteFileSubSystem(IHost host)
           
 

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
 

Fields in org.eclipse.rse.files.ui.actions declared as IHost
protected  IHost SystemCopyRemoteFileAction.sourceConnection
           
 

Methods in org.eclipse.rse.files.ui.actions that return IHost
 IHost SystemSelectRemoteFolderAction.getSelectedConnection()
          Return selected connection
 IHost SystemRemoteFileSelectAction.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.setHost(IHost conn)
          Set the system connection to restrict the user to seeing in the tree.
 void SystemSelectRemoteFolderAction.setDefaultConnection(IHost conn)
          Set the connection to default the selection to
 void SystemSelectRemoteFolderAction.setRootFolder(IHost connection, String folderAbsolutePath)
          Set the root folder from which to start listing files.
 void SystemRemoteFileSelectAction.setHost(IHost conn)
          Set the system connection to restrict the user to seeing in the tree.
 void SystemRemoteFileSelectAction.setDefaultConnection(IHost conn)
          Set the connection to default the selection to
 void SystemRemoteFileSelectAction.setRootFolder(IHost connection, String folderAbsolutePath)
          Set the root folder from which to start listing files.
 SystemMessage SystemExtractToAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
           
 void SystemSelectRemoteFileAction.setHost(IHost conn)
          Set the system connection to restrict the user to seeing in the tree.
 void SystemSelectRemoteFileAction.setDefaultConnection(IHost conn)
          Set the connection to default the selection to
 void SystemSelectRemoteFileAction.setRootFolder(IHost connection, String folderAbsolutePath)
          Set the root folder from which to start listing files.
 SystemMessage SystemMoveRemoteFileAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 SystemMessage SystemCopyRemoteFileAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 

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

Fields in org.eclipse.rse.files.ui.dialogs declared as IHost
protected  IHost SystemSelectRemoteFileOrFolderDialog.outputConnection
           
 

Methods in org.eclipse.rse.files.ui.dialogs that return IHost
 IHost SystemSelectRemoteFileOrFolderDialog.getSelectedConnection()
          Return selected connection
 

Methods in org.eclipse.rse.files.ui.dialogs with parameters of type IHost
protected  ISubSystem SystemRemoteFileSelectionInputProvider.getSubSystem(IHost selectedConnection)
           
 void SystemSelectRemoteFileOrFolderDialog.setSystemConnection(IHost conn)
          Set the system connection to restrict the user to selecting files or folders from
 void SystemSelectRemoteFileOrFolderDialog.setDefaultConnection(IHost conn)
          Set the connection to default the selection to
 void SystemSelectRemoteFileOrFolderDialog.setRootFolder(IHost connection, String folderAbsolutePath)
          Set the root folder from which to start listing folders or files.
 

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)
           
SystemRemoteFileSelectionInputProvider(IHost connection)
           
 

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

Methods in org.eclipse.rse.files.ui.resources with parameters of type IHost
 void CombineForm.setRootFolder(IHost connection, String folderAbsolutePath)
          Set the root folder from which to start listing folders or files.
 void ExtractToForm.setRootFolder(IHost connection, String folderAbsolutePath)
          Set the root folder from which to start listing folders or files.
 

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 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.
 IHost SystemSelectRemoteFileOrFolderForm.getSelectedConnection()
          Return selected connection
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 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
 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.
 

Constructors in org.eclipse.rse.files.ui.widgets with parameters of type IHost
SystemRemoteConnectionCombo(Composite parent, int style, IHost defaultConnection, boolean showNewButton)
          Constructor when you want to set the style.
SystemRemoteConnectionCombo(Composite parent, IHost defaultConnection, boolean showNewButton)
          Constructor when you don't care about the style.
 

Uses of IHost in org.eclipse.rse.model
 

Classes in org.eclipse.rse.model that implement IHost
 class DummyHost
           
 

Methods in org.eclipse.rse.model that return IHost
static IHost[] SystemStartHere.getConnections()
          STEP 2a.
static IHost[] SystemStartHere.getConnectionsBySystemType(String systemType)
          STEP 2b.
static IHost[] SystemStartHere.getConnectionsBySubSystemConfiguration(ISubSystemConfiguration subsystemConfiguration)
          STEP 2c.
static IHost[] SystemStartHere.getConnectionsBySubSystemConfiguration(String subsystemConfigurationId)
          STEP 2d.
 IHost SystemRegistry.getLocalHost()
          Return the first connection to localhost we can find.
 IHost[] SystemRegistry.getHosts()
          Return all connections in all active profiles.
 IHost[] SystemRegistry.getHostsByProfile(ISystemProfile profile)
          Return all connections in a given profile.
 IHost[] SystemRegistry.getHostsByProfile(String profileName)
          Return all connections in a given profile name.
 IHost[] SystemRegistry.getHostsBySubSystemConfiguration(ISubSystemConfiguration factory)
          Return all connections for which there exists one or more subsystems owned by a given subsystem factory.
 IHost[] SystemRegistry.getHostsBySubSystemConfigurationId(String factoryId)
          Return all connections for which there exists one or more subsystems owned by a given subsystem factory, identified by factory Id
 IHost[] SystemRegistry.getHostsBySubSystemConfigurationCategory(String factoryCategory)
          Return all connections for which there exists one or more subsystems owned by any child classes of a given subsystem factory category.
 IHost[] SystemRegistry.getHostsBySystemType(String systemType)
          Return all connections for all active profiles, for the given system type.
 IHost[] SystemRegistry.getHostsBySystemTypes(String[] systemTypes)
          Return all connections for all active profiles, for the given system types.
 IHost SystemRegistry.getHost(ISystemProfile profile, String connectionName)
          Return a SystemConnection object given a system profile containing it, and an connection name uniquely identifying it.
 IHost SystemRegistry.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.
 IHost SystemRegistry.createHost(String profileName, String systemType, String connectionName, String hostName, String description, String defaultUserId, int defaultUserIdLocation, ISystemNewConnectionWizardPage[] newConnectionWizardPages)
          Create a connection object, given the connection pool and given all the possible attributes.
 IHost SystemRegistry.createHost(String profileName, String systemType, String connectionName, String hostName, String description)
          Create a connection object.
 IHost SystemRegistry.createHost(String systemType, String connectionName, String hostName, String description)
          Create a connection object.
protected  IHost SystemRegistry.getPreviousHost(IHost conn)
          Return the previous connection as would be shown in the view
 IHost SystemRegistry.copyHost(IProgressMonitor monitor, IHost conn, ISystemProfile targetProfile, String newName)
          Copy a SystemConnection.
 IHost SystemRegistry.moveHost(IProgressMonitor monitor, IHost conn, ISystemProfile targetProfile, String newName)
          Move a SystemConnection to another profile.
 

Methods in org.eclipse.rse.model with parameters of type IHost
static ISubSystem[] SystemStartHere.getSubSystems(String subsystemConfigurationId, IHost connection)
          STEP 3b.
static ISubSystem SystemStartHere.getSubSystem(String subsystemConfigurationId, IHost connection)
          STEP 3c.
 void ISystemRegistryUI.updateHost(Shell shell, IHost conn, String systemType, String connectionName, String hostName, String description, String defaultUserId, int defaultUserIdLocation)
          Update an existing connection given the new information.
 void SystemRegistry.expandHost(IHost conn)
          Expand the given connection in the RSE, if the RSE is the active perspective.
 Object[] SystemRegistry.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 boolean SystemRegistry.hasConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 IConnectorService[] SystemRegistry.getConnectorServices(IHost conn)
           
 ISubSystem[] SystemRegistry.getSubSystems(IHost conn)
          Return list of subsystem objects for a given connection.
 ISubSystem[] SystemRegistry.getSubSystems(IHost conn, boolean force)
          Return list of subsystem objects for a given connection.
 String SystemRegistry.getAbsoluteNameForConnection(IHost connection)
          Return the absolute name for the specified connection
 ISubSystem[] SystemRegistry.getSubSystemsLazily(IHost conn)
          Return list of subsystem objects for a given connection, but does not force as-yet-non-restored subsystems to come to life.
 ISubSystem[] SystemRegistry.getServiceSubSystems(Class serviceType, IHost connection)
           
 ISubSystem[] SystemRegistry.getSubSystems(String factoryId, IHost connection)
          Get a list of subsystem objects for given connection, owned by the subsystem factory identified by its given plugin.xml-described id.
 ISubSystem[] SystemRegistry.getSubSystemsBySubSystemConfigurationCategory(String factoryCategory, IHost connection)
          Get a list of subsystem objects for given connection, owned by a subsystem factory that is of the given category.
protected  Vector SystemRegistry.getSubSystemFactories(IHost conn)
          Return Vector of subsystem factories that apply to a given system connection
protected  Vector SystemRegistry.getSubSystemFactories(IHost conn, Vector factories)
          Return Vector of subsystem factories that apply to a given system connection, updating given vector
protected  Vector SystemRegistry.getSubSystemFactories(IHost[] conns)
          Return Vector of subsystem factories that apply to a given system connection array
 int SystemRegistry.getHostPosition(IHost conn)
          Return the zero-based position of a SystemConnection object within its profile.
 int SystemRegistry.getHostPositionInView(IHost conn)
          Return the zero-based position of a SystemConnection object within all active profiles.
 int SystemRegistry.getHostCountWithinProfile(IHost conn)
          Return the number of SystemConnection objects within the given connection's owning profile
protected  IHost SystemRegistry.getPreviousHost(IHost conn)
          Return the previous connection as would be shown in the view
 void SystemRegistry.updateHost(Shell shell, IHost conn, String systemType, String connectionName, String hostName, String description, String defaultUserId, int defaultUserIdLocation)
          Update an existing connection given the new information.
 void SystemRegistry.setHostOffline(IHost conn, boolean offline)
          Update the workoffline attribute for a connection.
 void SystemRegistry.deleteHost(IHost conn)
          Delete an existing connection.
 void SystemRegistry.renameHost(IHost conn, String newName)
          Renames an existing connection.
 void SystemRegistry.moveHosts(String profileName, IHost[] conns, int delta)
          Move existing connections a given number of positions in the same profile.
 IHost SystemRegistry.copyHost(IProgressMonitor monitor, IHost conn, ISystemProfile targetProfile, String newName)
          Copy a SystemConnection.
 IHost SystemRegistry.moveHost(IProgressMonitor monitor, IHost conn, ISystemProfile targetProfile, String newName)
          Move a SystemConnection to another profile.
 boolean SystemRegistry.isAnySubSystemSupportsConnect(IHost conn)
           
 boolean SystemRegistry.isAnySubSystemConnected(IHost conn)
          Return true if any of the subsystems for the given connection are currently connected
 boolean SystemRegistry.areAllSubSystemsConnected(IHost conn)
          Return true if all of the subsystems for the given connection are currently connected
 void SystemRegistry.disconnectAllSubSystems(IHost conn)
          Disconnect all subsystems for the given connection, if they are currently connected.
 boolean SystemRegistry.saveHost(IHost conn)
          Save specific connection
 

Uses of IHost in org.eclipse.rse.persistence
 

Methods in org.eclipse.rse.persistence with parameters of type IHost
 boolean IRSEPersistenceManager.commit(IHost host)
           
 

Uses of IHost in org.eclipse.rse.persistence.dom
 

Methods in org.eclipse.rse.persistence.dom that return IHost
 IHost IRSEDOMImporter.restoreHost(ISystemProfile profile, RSEDOMNode hostNode)
          Restores the host represented by hostNode
 

Methods in org.eclipse.rse.persistence.dom with parameters of type IHost
 IConnectorService IRSEDOMImporter.restoreConnectorService(IHost host, RSEDOMNode connectorServiceNode)
          Restore the connector service represented by connectorServiceNode
 ISubSystem IRSEDOMImporter.restoreSubSystem(IHost host, RSEDOMNode subSystemNode)
          Restores the subsystem represented by subSystemNode
 RSEDOMNode IRSEDOMExporter.createNode(RSEDOMNode parent, IHost host, boolean clean)
          Create a DOM node representing a host
 

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.shells.ui.view
 

Constructors in org.eclipse.rse.shells.ui.view with parameters of type IHost
SystemCommandsViewPart.CommandSubmenuManager(IHost connection, IRemoteCmdSubSystem[] subsystems)
           
 

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)
           
static IRemoteFileSubSystem[] RemoteFileUtility.getFileSubSystems(IHost 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.getSystemConnection()
           
 

Methods in org.eclipse.rse.subsystems.files.core.servicesubsystem with parameters of type IHost
 IFileService IFileServiceSubSystemConfiguration.getFileService(IHost host)
           
 IFileService IFileServiceSubSystemConfiguration.createFileService(IHost host)
           
 ISearchService IFileServiceSubSystemConfiguration.getSearchService(IHost host)
           
 ISearchService IFileServiceSubSystemConfiguration.createSearchService(IHost host)
           
 IHostSearchResultConfiguration IFileServiceSubSystemConfiguration.createSearchConfiguration(IHost host, IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
           
 IService FileServiceSubSystemConfiguration.getService(IHost host)
           
 IFileService FileServiceSubSystemConfiguration.getFileService(IHost host)
           
 ISearchService FileServiceSubSystemConfiguration.getSearchService(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.getSystemConnection()
          Return the connection this remote file is from.
 IHost RemoteFile.getSystemConnection()
          Return the connection this remote file is from.
 

Methods in org.eclipse.rse.subsystems.files.core.subsystems with parameters of type IHost
abstract  boolean RemoteFileSubSystemConfiguration.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.
 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.subsystem
 

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

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

Methods in org.eclipse.rse.subsystems.files.ftp with parameters of type IHost
 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)
           
 IFileService FTPFileSubSystemConfiguration.createFileService(IHost host)
           
 ISearchService FTPFileSubSystemConfiguration.createSearchService(IHost host)
           
 IHostSearchResultConfiguration FTPFileSubSystemConfiguration.createSearchConfiguration(IHost host, IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
           
 

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

Methods in org.eclipse.rse.subsystems.files.ftp.connectorservice with parameters of type IHost
 IConnectorService FTPConnectorServiceManager.createConnectorService(IHost host)
          Return the actual IConnectorService object.
 

Constructors in org.eclipse.rse.subsystems.files.ftp.connectorservice with parameters of type IHost
FTPConnectorService(IHost host, int port)
           
 

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

Methods in org.eclipse.rse.subsystems.files.local with parameters of type IHost
 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)
           
 IFileService LocalFileSubSystemConfiguration.createFileService(IHost host)
           
 ISearchService LocalFileSubSystemConfiguration.createSearchService(IHost host)
           
 IHostSearchResultConfiguration LocalFileSubSystemConfiguration.createSearchConfiguration(IHost host, IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
          Creates a config and adds it to the result set.
 

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

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

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
 ISubSystem DStoreProcessSubSystemConfiguration.createSubSystemInternal(IHost host)
           
 IProcessService DStoreProcessSubSystemConfiguration.createProcessService(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
 ISubSystem LocalProcessSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 IConnectorService LocalProcessSubSystemConfiguration.getConnectorService(IHost host)
           
 IProcessService LocalProcessSubSystemConfiguration.createProcessService(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 ProcessServiceSubSystemConfiguration.getProcessService(IHost host)
           
 boolean ProcessServiceSubSystemConfiguration.supportsServerLaunchProperties(IHost host)
           
 IService ProcessServiceSubSystemConfiguration.getService(IHost host)
           
 IProcessService IProcessServiceSubSystemConfiguration.getProcessService(IHost host)
           
 IProcessService IProcessServiceSubSystemConfiguration.createProcessService(IHost host)
          Creates a new process service object associated with a specific remote 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.shells.core.subsystems.servicesubsystem
 

Methods in org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem with parameters of type IHost
 IShellService IShellServiceSubSystemConfiguration.getShellService(IHost host)
           
 IShellService IShellServiceSubSystemConfiguration.createShellService(IHost host)
           
 IShellService ShellServiceSubSystemConfiguration.getShellService(IHost host)
           
 IService ShellServiceSubSystemConfiguration.getService(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
 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)
           
 IShellService DStoreShellSubSystemConfiguration.createShellService(IHost host)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.local with parameters of type IHost
 ISubSystem LocalShellSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 IConnectorService LocalShellSubSystemConfiguration.getConnectorService(IHost host)
           
 IShellService LocalShellSubSystemConfiguration.createShellService(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
 ISubSystem SshShellSubSystemConfiguration.createSubSystemInternal(IHost host)
          Instantiate and return an instance of OUR subystem.
 IShellService SshShellSubSystemConfiguration.createShellService(IHost host)
           
 IConnectorService SshShellSubSystemConfiguration.getConnectorService(IHost host)
           
 void SshShellSubSystemConfiguration.setConnectorService(IHost host, IConnectorService connectorService)
           
 

Uses of IHost in org.eclipse.rse.ui
 

Methods in org.eclipse.rse.ui with parameters of type IHost
static SystemHostCombo SystemWidgetHelpers.createConnectionCombo(Composite parent, SelectionListener listener, String[] 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.
 void SystemConnectionForm.setCurrentlySelectedConnection(IHost connection)
          Set the currently selected connection so as to better initialize input fields
 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.
static ISystemValidator SystemConnectionForm.getConnectionNameValidator(IHost conn)
          Reusable method to return a name validator for renaming a connection.
 Object IRemoteSelectionAddListener.okToEnableAddButton(IHost selectedConnection, Object[] selectedObjects)
          The user has selected a remote object.
 Object IRemoteSelectionAddListener.addButtonPressed(IHost selectedConnection, Object[] selectedObjects)
          The user has pressed the Add button.
 

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

Methods in org.eclipse.rse.ui.actions that return IHost
 IHost SystemSelectConnectionAction.getSystemConnection()
          Return the selected connection in single select mode
protected  IHost[] SystemMoveConnectionAction.getSelectedConnections()
          Get the currently selected connections
protected  IHost SystemMoveConnectionAction.getFirstSelectedConnection()
          Get the first selected connection
 IHost SystemAbstractPopupMenuExtensionAction.getSystemConnection()
          Return the SystemConnection from which the selected remote objects were resolved
protected  IHost[] SystemCopyConnectionAction.getSelectedConnections()
          Get the currently selected connections
protected  IHost SystemCopyConnectionAction.getFirstSelectedConnection()
          Get the first selected connection
 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
protected  boolean SystemCascadingRemoteServerBaseAction.shouldEnable(IHost connection)
          This method is an opportunity to decide whether to enable this action or not.
protected abstract  boolean SystemCascadingRemoteServerBaseAction.isServerStarted(IHost connection)
          Overridable method to compute if this remote server/daemon is currently running or not.
 SystemMessage SystemCopyToClipboardAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 void SystemSelectConnectionAction.setDefaultConnection(IHost conn)
          Set the connection to default the selection to
 void SystemNewConnectionAction.setCurrentConnection(IHost conn)
          Set the current selected connection so we can better intelligently set the defaults.
 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.
 SystemMessage SystemPasteFromClipboardAction.isValid(IHost selectedConnection, Object[] selectedObjects, ISystemRemoteElementAdapter[] remoteAdaptersForSelectedObjects)
          The user has selected a remote object.
 

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

Methods in org.eclipse.rse.ui.dialogs that return IHost
 IHost SystemRemoteResourceDialog.getSelectedConnection()
           
 IHost SystemSelectConnectionDialog.getSelectedConnection()
          Return selected connection
 IHost[] SystemSelectConnectionDialog.getSelectedConnections()
          Return selected connections in multiple selection mode
 

Methods in org.eclipse.rse.ui.dialogs with parameters of type IHost
 void SystemRemoteResourceDialog.setDefaultSystemConnection(IHost connection, boolean onlyConnection)
           
 void SystemSelectConnectionDialog.setDefaultConnection(IHost conn)
          Set the connection to default the selection to
 

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

Methods in org.eclipse.rse.ui.propertypages that return IHost
 IHost SystemConnectorServicesPropertyPage.getHost()
           
protected  IHost SystemConnectionSubSystemsPropertyPage.getConnection()
          Get the input connection object
protected  IHost SystemConnectionPropertyPage.getConnection()
          Get the input connection object
 IHost SystemAbstractPropertyPageExtensionAction.getSystemConnection()
          Return the SystemConnection from which the selected remote objects were resolved
 

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
 

Fields in org.eclipse.rse.ui.view declared as IHost
protected  IHost SystemView.previousInputConnection
           
protected  IHost SystemResourceSelectionForm.outputConnection
           
protected  IHost[] SystemSelectRemoteObjectAPIProviderImpl.inputConnections
           
protected  IHost SystemViewAPIProviderForConnections.connection
           
 

Methods in org.eclipse.rse.ui.view that return IHost
 IHost SystemView.getSelectedConnection()
          Return the connection of the selected object, whatever it is.
protected  IHost SystemView.getInputConnection(Object inputObj)
           
 IHost SystemResourceSelectionInputProvider.getSystemConnection()
           
 IHost SystemResourceSelectionForm.getSelectedConnection()
          Return selected connection
 IHost SystemViewAPIProviderForConnections.getConnection()
          Get the input connection object.
 

Methods in org.eclipse.rse.ui.view with parameters of type IHost
 void SystemResourceSelectionInputProvider.setSystemConnection(IHost connection, boolean onlyConnection)
           
 Object[] SystemResourceSelectionInputProvider.getConnectionChildren(IHost selectedConnection)
           
 boolean SystemResourceSelectionInputProvider.hasConnectionChildren(IHost selectedConnection)
           
protected abstract  ISubSystem SystemResourceSelectionInputProvider.getSubSystem(IHost selectedConnection)
           
 Object[] SystemTestFilterStringAPIProviderImpl.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 boolean SystemTestFilterStringAPIProviderImpl.hasConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 Object[] SystemViewAPIProviderForFilters.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 boolean SystemViewAPIProviderForFilters.hasConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 void SystemResourceSelectionForm.connectionChanged(IHost connection)
           
 Object[] SystemViewConnectionSelectionInputProvider.getConnectionChildren(IHost selectedConnection)
           
 boolean SystemViewConnectionSelectionInputProvider.hasConnectionChildren(IHost selectedConnection)
           
 Object[] SystemViewAPIProviderForSubSystems.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 boolean SystemViewAPIProviderForSubSystems.hasConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 void SystemSelectRemoteObjectAPIProviderImpl.setSystemConnection(IHost connection, boolean onlyMode)
          Default or Restrict to a specific connection.
 Object[] SystemSelectRemoteObjectAPIProviderImpl.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 boolean SystemSelectRemoteObjectAPIProviderImpl.hasConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
protected  ISubSystem[] SystemSelectRemoteObjectAPIProviderImpl.getSubSystems(IHost selectedConnection)
          Given a connection, return the subsystem(s) appropriate for the given ssfactoryid or category
 Object[] SystemViewAPIProviderForFilterPools.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 boolean SystemViewAPIProviderForFilterPools.hasConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 void SystemViewAPIProviderForConnections.setConnection(IHost connection)
          Reset the input connection object.
 Object[] SystemViewAPIProviderForConnections.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 boolean SystemViewAPIProviderForConnections.hasConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 Object[] SystemEmptyListAPIProviderImpl.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 boolean SystemEmptyListAPIProviderImpl.hasConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 Object[] SystemViewAPIProviderForFilterStrings.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands a connection.
 boolean SystemViewAPIProviderForFilterStrings.hasConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when deciding to show a plus-sign or not beside a connection.
 Object[] ISystemViewInputProvider.getConnectionChildren(IHost selectedConnection)
          This method is called by the connection adapter when the user expands 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.
 

Constructors in org.eclipse.rse.ui.view with parameters of type IHost
SystemResourceSelectionInputProvider(IHost connection)
           
SystemViewAPIProviderForConnections(IHost connection)
          Constructor
 

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

Methods in org.eclipse.rse.ui.view.team with parameters of type IHost
 Object[] SystemTeamViewInputProvider.getConnectionChildren(IHost selectedConnection)
           
 boolean SystemTeamViewInputProvider.hasConnectionChildren(IHost selectedConnection)
           
 

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

Fields in org.eclipse.rse.ui.widgets declared as IHost
protected  IHost SystemSelectConnectionForm.defaultConn
           
protected  IHost[] SystemSelectConnectionForm.outputConnections
           
protected  IHost SystemSelectConnectionForm.outputConnection
           
 

Methods in org.eclipse.rse.ui.widgets that return IHost
 IHost SystemHostCombo.getHost()
          Get the user selected SystemConnection object.
 IHost[] SystemHostCombo.getConnections()
           
 IHost[] SystemSelectConnectionForm.getSelectedConnections()
          Return all selected connections.
 IHost SystemSelectConnectionForm.getSelectedConnection()
          Return selected connection
 

Methods in org.eclipse.rse.ui.widgets with parameters of type IHost
 void SystemHostCombo.select(IHost connection)
          Select a connection from the dropdown
protected  boolean SystemHostCombo.populateConnectionCombo(Combo combo, String systemType, IHost defaultConnection, boolean preSelectIfNoMatch)
          Populates a readonly connection combobox instance with system connections for the given system type.
protected  boolean SystemHostCombo.populateConnectionCombo(Combo combo, String systemType, IHost defaultConnection, boolean preSelectIfNoMatch, boolean appendToCombo)
          Populates a readonly connection combobox instance with system connections for the given system type.
protected  void SystemHostCombo.populateConnectionCombo(Combo combo, String[] systemTypes, IHost defaultConnection)
          Populates a readonly connection combobox instance with system connections for the given array of system types.
protected  boolean SystemHostCombo.populateConnectionCombo(Combo combo, ISubSystemConfiguration ssFactory, IHost defaultConnection)
          Populates a readonly connection combobox instance with system connections which have subsystems owned by the given subsystem factory.
protected  boolean SystemHostCombo.populateConnectionCombo(Combo combo, String ssFactoryId, IHost defaultConnection)
          Populates a readonly connection combobox instance with system connections which have subsystems owned by a subsystem factory of the given subsystem factory id.
protected  boolean SystemHostCombo.populateConnectionCombo(Combo combo, IHost defaultConnection, String ssFactoryCategory)
          Populates a readonly connection combobox instance with system connections which have subsystems owned by a subsystem factory of the given subsystem factory category.
 void SystemHostCombo.setConnections(IHost[] input)
           
 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.
 void SystemSelectConnectionForm.setDefaultConnection(IHost conn)
          Set the connection to default the selection to
 

Constructors in org.eclipse.rse.ui.widgets with parameters of type IHost
SystemHostCombo(Composite parent, int style, String 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, String[] 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, ISubSystemConfiguration ssConfig, IHost defaultConnection, boolean showNewButton)
          Constructor for SystemConnectionCombo when there is a subsystem factory 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, 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 ssFactoryCategory, boolean showLabel)
          Constructor for SystemConnectionCombo when there is a subsystem factory category 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
PropertySetServiceElement(IHost host, ServiceElement parent, IPropertySet propertySet)
           
ServerLauncherPropertiesServiceElement(IHost host, ServiceElement parent, IServerLauncherProperties launcherProperties)
           
ServiceServiceElement(IHost host, ServiceElement parent, IService service)
           
ServiceElement(IHost host, ServiceElement parent)
           
ConnectorServiceElement(IHost host, ServiceElement parent, IConnectorService connectorService)
           
FactoryServiceElement(IHost host, IServiceSubSystemConfiguration factory)
           
RSEModelServiceElement(IHost host, ServiceElement parent, IRSEModelObject modelObject)
           
 

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

Methods in org.eclipse.rse.ui.wizards that return IHost
 IHost RSEDefaultNewConnectionWizardDelegate.getDummyHost()
           
 IHost IRSENewConnectionWizardDelegate.getDummyHost()
           
 IHost SystemNewConnectionWizard.getDummyHost()
           
 

Methods in org.eclipse.rse.ui.wizards with parameters of type IHost
 void SystemNewConnectionWizardDefaultMainPage.setCurrentlySelectedConnection(IHost connection)
          Set the currently selected connection so as to better initialize input fields
 void RSEDefaultNewConnectionWizardDelegate.setCurrentlySelectedConnection(IHost conn)
          Set the currently selected connection.
 void RSENewConnectionWizardDefaultDelegateMainPage.setCurrentlySelectedConnection(IHost connection)
          Set the currently selected connection so as to better initialize input fields
 void ISystemNewConnectionWizardMainPage.setCurrentlySelectedConnection(IHost connection)
          Set the currently selected connection so as to better initialize input fields
 void SystemNewConnectionWizard.setCurrentlySelectedConnection(IHost conn)
          Set the currently selected connection.
 


RSE
Release 1.0

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