|
RSE Release 3.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
AbstractRSESystemType.createNewHostInstance(ISystemProfile profile)
|
IHost |
IRSESystemType.createNewHostInstance(ISystemProfile profile)
Creates a new IHost object instance. |
| 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[] |
ISystemProfile.getHosts()
Return all connections for this profile |
static IHost[] |
SystemStartHere.getConnections()
STEP 2a. |
static IHost[] |
SystemStartHere.getConnectionsBySystemType(String systemTypeId)
STEP 2b. |
static IHost[] |
SystemStartHere.getConnectionsBySubSystemConfiguration(ISubSystemConfiguration subsystemConfiguration)
STEP 2c. |
static IHost[] |
SystemStartHere.getConnectionsBySubSystemConfiguration(String subsystemConfigurationId)
STEP 2d. |
IHost |
ISystemRegistry.getLocalHost()
Return the first connection to the local host 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. |
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.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,
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.createHost(String profileName,
IRSESystemType systemType,
String connectionName,
String hostName,
String description)
Create a connection object. |
IHost |
ISystemRegistry.createHost(IRSESystemType systemType,
String connectionName,
String hostAddress,
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.copyHost(IHost conn,
ISystemProfile targetProfile,
String newName,
IProgressMonitor monitor)
Copy a SystemConnection. |
IHost |
ISystemRegistry.moveHost(IHost conn,
ISystemProfile targetProfile,
String newName,
IProgressMonitor monitor)
Move a SystemConnection to another profile. |
IHost[] |
ISystemHostPool.getHosts()
Return array of connections in this pool. |
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 |
ISystemHostPool.createHost(IRSESystemType systemType,
String aliasName,
String hostName,
String description,
String defaultUserId,
int defaultUserIdLocation)
Create a connection object, given all the possible attributes. |
IHost |
ISystemHostPool.getHost(String aliasName)
Return a connection object, given its alias 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. |
| Methods in org.eclipse.rse.core.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. |
Object[] |
ISystemRegistry.getConnectionChildren(IHost selectedConnection)
This method is called by the connection adapter when the user expands a connection. |
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. |
IConnectorService[] |
ISystemRegistry.getConnectorServices(IHost host)
Return the list of connector services currently configured for the given host |
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. |
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. |
String |
ISystemRegistry.getAbsoluteNameForConnection(IHost host)
Return the absolute name for the specified host (connection) |
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. |
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.updateHost(IHost host,
IRSESystemType systemType,
String connectionName,
String hostName,
String description,
String defaultUserId,
int defaultUserIdLocation)
Update an existing host given the new information. |
ISubSystem[] |
ISystemRegistry.createSubSystems(IHost host,
ISubSystemConfiguration[] configurations)
Creates subsystems for a given host and subsystem configurations. |
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(IHost conn,
ISystemProfile targetProfile,
String newName,
IProgressMonitor monitor)
Copy a SystemConnection. |
IHost |
ISystemRegistry.moveHost(IHost conn,
ISystemProfile targetProfile,
String newName,
IProgressMonitor monitor)
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 |
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. |
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. |
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 connection object within this host pool. |
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. |
| 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
|
protected IHost |
AbstractDelegatingConnectorService._host
|
| Methods in org.eclipse.rse.core.subsystems that return IHost | |
IHost |
SubSystem.getHost()
Return the connection object this subsystem is associated with. |
IHost |
IConnectorService.getHost()
|
IHost |
AbstractDelegatingConnectorService.getHost()
|
IHost |
ISubSystem.getHost()
Return the connection object this subsystem is associated with. |
IHost |
AbstractConnectorService.getHost()
|
| Methods in org.eclipse.rse.core.subsystems with parameters of type IHost | |
boolean |
SubSystemConfiguration.supportsEncoding(IHost host)
Test whether this subsystem configuration supports 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. |
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,
ISubSystemConfigurator[] configurators)
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 |
SubSystemConfiguration.setConnectorService(IHost host,
IConnectorService connectorService)
Set the connector service for a particular host. This is usually managed by a connector service manager known to this configuration. This must be implemented by service subsystem configurations. Service subsystems allow a connector service to be changed. This default implementation does nothing. |
IConnectorService |
SubSystemConfiguration.getConnectorService(IHost host)
Get the connector service for a particular host. This may create the connector service if necessary. If the configuration is a service subsystem configuration, this should return the connector service specified in ISubSystemConfiguration.setConnectorService(IHost, IConnectorService).
This default implementation returns null. |
IService |
SubSystemConfiguration.getService(IHost host)
Get the actual service associated with a particular host. If the configuration is not a service subsystem this must return null. Otherwise this must return the particular instance of the class returned by ISubSystemConfiguration.getServiceImplType() that is associated with this host instance.
This default implementation returns null. |
void |
SubSystem.setHost(IHost conn)
Set the parent connection that owns this subsystem. |
void |
IConnectorService.setHost(IHost host)
Sets the host used by this connector service. |
void |
AbstractDelegatingConnectorService.setHost(IHost host)
|
void |
ISubSystem.setHost(IHost conn)
Set the parent connection that owns this subsystem. |
IConnectorService |
IConnectorServiceManager.getConnectorService(IHost host,
Class commonSSinterface)
|
void |
IConnectorServiceManager.setConnectorService(IHost host,
Class commonSSinterface,
IConnectorService connectorService)
|
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 |
ISubSystemConfiguration.supportsEncoding(IHost host)
Test whether subsystems managed by this configuration support custom encodings. |
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,
ISubSystemConfigurator[] configurators)
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)
Get the connector service for a particular host. |
void |
ISubSystemConfiguration.setConnectorService(IHost host,
IConnectorService connectorService)
Set the connector service for a particular host. |
IService |
ISubSystemConfiguration.getService(IHost host)
Get the actual service associated with a particular 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. |
void |
AbstractConnectorService.setHost(IHost host)
|
| Constructors in org.eclipse.rse.core.subsystems with parameters of type IHost | |
SubSystem(IHost host,
IConnectorService connectorService)
|
|
AuthenticatingConnectorService(String name,
String description,
IHost host,
int port)
Constructs an authenticating connector service. |
|
AbstractDelegatingConnectorService(IHost host)
Creates a new delegating connector service for a particular host. |
|
BasicConnectorService(String name,
String description,
IHost host,
int port)
Constructs a basic connector service. |
|
AbstractConnectorService(String name,
String description,
IHost host,
int port)
Construct a new connector service. |
|
| 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.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 |
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. |
| 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)
|
|
SystemRemoteFolderDialog(Shell shell,
String title,
IHost defaultConnection)
|
|
SystemRemoteFileDialog(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 |
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. |
| 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.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.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 | |
ISubSystem |
DStoreFileSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subsystem. |
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.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.processes.shell.linux |
| Methods in org.eclipse.rse.subsystems.processes.shell.linux with parameters of type IHost | |
ISubSystem |
ShellProcessSubSystemConfiguration.createSubSystemInternal(IHost conn)
|
IConnectorService |
ShellProcessSubSystemConfiguration.getConnectorService(IHost host)
|
void |
ShellProcessSubSystemConfiguration.setConnectorService(IHost host,
IConnectorService connectorService)
|
IProcessService |
ShellProcessSubSystemConfiguration.createProcessService(IHost host)
|
| 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 |
ShellServiceSubSystemConfiguration.getShellService(IHost host)
|
IService |
ShellServiceSubSystemConfiguration.getService(IHost host)
|
boolean |
ShellServiceSubSystemConfiguration.supportsServerLaunchProperties(IHost host)
|
IShellService |
IShellServiceSubSystemConfiguration.getShellService(IHost host)
|
IShellService |
IShellServiceSubSystemConfiguration.createShellService(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 subsystem. |
IShellService |
SshShellSubSystemConfiguration.createShellService(IHost host)
|
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 | |
ISubSystem |
TelnetShellSubSystemConfiguration.createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subystem. |
IShellService |
TelnetShellSubSystemConfiguration.createShellService(IHost host)
|
IConnectorService |
TelnetShellSubSystemConfiguration.getConnectorService(IHost host)
|
void |
TelnetShellSubSystemConfiguration.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 | |
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. |
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. |
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. |
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. |
| 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.getHost()
Get the user selected SystemConnection object. |
IHost[] |
SystemHostCombo.getConnections()
|
| 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,
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 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,
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. |
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. |
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. |
| Constructors in org.eclipse.rse.ui.widgets with parameters of type IHost | |
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,
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,
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 ssConfigCategory,
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 | |
ConnectorServiceElement(IHost host,
ServiceElement parent,
IConnectorService connectorService)
|
|
PropertySetServiceElement(IHost host,
ServiceElement parent,
IPropertySet propertySet)
|
|
ServerLauncherPropertiesServiceElement(IHost host,
ServiceElement parent,
IServerLauncherProperties launcherProperties)
|
|
FactoryServiceElement(IHost host,
ISubSystemConfiguration factory)
Constructor. |
|
RSEModelServiceElement(IHost host,
ServiceElement parent,
IRSEModelObject modelObject)
|
|
ServiceServiceElement(IHost host,
ServiceElement parent,
IService service)
|
|
ServiceElement(IHost host,
ServiceElement parent)
|
|
|
RSE Release 3.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||