Follow Techotopia on Twitter

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

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

  




 

 

RSE
Release 3.0

Uses of Interface
org.eclipse.rse.core.subsystems.IConnectorService

Packages that use IConnectorService
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.connectorservice.dstore.util   
org.eclipse.rse.core.model   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.subsystems.files.core.servicesubsystem   
org.eclipse.rse.subsystems.files.core.subsystems   
org.eclipse.rse.subsystems.files.dstore Application programming interface for creating customized DataStore file subsystems. 
org.eclipse.rse.subsystems.files.ftp Application programming interface for creating customized FTP file subsystems. 
org.eclipse.rse.subsystems.files.local Application programming interface for creating customized local file subsystems. 
org.eclipse.rse.subsystems.files.ssh Application programming interface for creating customized sftp file subsystems. 
org.eclipse.rse.subsystems.processes.core.subsystem.impl   
org.eclipse.rse.subsystems.processes.dstore Application programming interface for creating customized DataStore process subsystems. 
org.eclipse.rse.subsystems.processes.local Application programming interface for creating customized local process subsystems. 
org.eclipse.rse.subsystems.processes.servicesubsystem   
org.eclipse.rse.subsystems.processes.shell.linux Application programming interface for creating customized shell process subsystems. 
org.eclipse.rse.subsystems.shells.core.subsystems   
org.eclipse.rse.subsystems.shells.core.subsystems.servicesubsystem   
org.eclipse.rse.subsystems.shells.dstore Application programming interface for creating customized DataStore shell subsystems. 
org.eclipse.rse.subsystems.shells.local Application programming interface for creating customized local shell subsystems. 
org.eclipse.rse.subsystems.shells.ssh Application programming interface for creating customized ssh shell subsystems. 
org.eclipse.rse.subsystems.shells.telnet Application programming interface for creating customized telnet shell subsystems. 
org.eclipse.rse.subsystems.terminals.core Application programming interface for creating customized terminal subsystems. 
org.eclipse.rse.subsystems.terminals.ssh   
org.eclipse.rse.ui.dialogs   
org.eclipse.rse.ui.propertypages   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
org.eclipse.rse.ui.widgets.services   
org.eclipse.rse.ui.wizards   
 

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

Classes in org.eclipse.rse.connectorservice.dstore that implement IConnectorService
 class DStoreConnectorService
          System class required by the remote systems framework.
 

Methods in org.eclipse.rse.connectorservice.dstore that return IConnectorService
  IConnectorService DStoreConnectorServiceManager. createConnectorService ( IHost host)
          Return the actual IConnectorService object.
 

Uses of IConnectorService in org.eclipse.rse.connectorservice.dstore.util
 

Fields in org.eclipse.rse.connectorservice.dstore.util declared as IConnectorService
protected   IConnectorService ConnectionStatusListener. _connection
           
protected   IConnectorService StatusMonitor. _system
           
 

Methods in org.eclipse.rse.connectorservice.dstore.util with parameters of type IConnectorService
  StatusMonitor StatusMonitorFactory. getStatusMonitorFor ( IConnectorService system, org.eclipse.dstore.core.model.DataStore dataStore)
           
  StatusMonitor StatusMonitorFactory. getStatusMonitorFor ( IConnectorService system, org.eclipse.dstore.core.model.DataStore dataStore, ICommunicationsDiagnosticFactory diagnosticFactory)
           
 void StatusMonitorFactory. removeStatusMonitorFor ( IConnectorService system)
           
 void ICommunicationsDiagnostic. setUp ( String id, boolean quiet, String server, IConnectorService system, String str1, String str2, String str3)
          Setup for the diagnostic
 

Constructors in org.eclipse.rse.connectorservice.dstore.util with parameters of type IConnectorService
ConnectionStatusListener (org.eclipse.dstore.core.model.DataElement status, IConnectorService connection)
           
StatusMonitor ( IConnectorService system, org.eclipse.dstore.core.model.DataStore dataStore)
          Construct a StatusChangeListener
StatusMonitor ( IConnectorService system, org.eclipse.dstore.core.model.DataStore dataStore, ICommunicationsDiagnosticFactory factory)
          Construct a StatusChangeListener
 

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

Methods in org.eclipse.rse.core.model that return IConnectorService
  IConnectorService[] DummyHost. getConnectorServices ()
           
  IConnectorService[] Host. getConnectorServices ()
           
  IConnectorService[] IHost. getConnectorServices ()
          Returns all the connector services currently configured for this host
  IConnectorService[] ISystemRegistry. getConnectorServices ( IHost host)
          Return the list of connector services currently configured for the given host
 

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

Subinterfaces of IConnectorService in org.eclipse.rse.core.subsystems
 interface IDelegatingConnectorService
          A delegating connector service forwards all requests for information to another connector service.
 

Classes in org.eclipse.rse.core.subsystems that implement IConnectorService
 class AbstractConnectorService
          This is a base class to make it easier to create connector services.
 class AbstractDelegatingConnectorService
           
 class AuthenticatingConnectorService
          An authenticating connector service understands the concept of credentials (see ICredentials) and possibly the concepts of user id and password.
 class BasicConnectorService
          A basic connector service is one that does not require any type of authentication to connect to its target system.
 

Fields in org.eclipse.rse.core.subsystems declared as IConnectorService
protected   IConnectorService SubSystem. _connectorService
           
protected   IConnectorService ServerLauncher. _connectorService
           
 

Methods in org.eclipse.rse.core.subsystems that return IConnectorService
abstract   IConnectorService AbstractConnectorServiceManager. createConnectorService ( IHost host)
          Return the actual IConnectorService object.
  IConnectorService SubSystem. getConnectorService ()
          Return the IConnectorService object that represents the live connection for this system.
  IConnectorService ISubSystem. getConnectorService ()
          Return the IConnectorService object that represents the live connection for this system.
  IConnectorService ServerLauncher. getConnectorService ()
          Returns the associated connector service
  IConnectorService IServerLauncherProperties. getConnectorService ()
          Returns the connector service
  IConnectorService AbstractCredentialsProvider. getConnectorService ()
           
  IConnectorService ICredentialsProvider. getConnectorService ()
          Retrieves the connector service associated with this provider.
  IConnectorService SubSystemConfiguration. getConnectorService ( IHost host)
          Get the connector service for a particular host. This default implementation returns null.
  IConnectorService ISubSystemConfiguration. getConnectorService ( IHost host)
          Get the connector service for a particular host.
  IConnectorService AbstractConnectorServiceManager. getConnectorService ( IHost host, Class commonSSinterface)
           
  IConnectorService IConnectorServiceManager. getConnectorService ( IHost host, Class commonSSinterface)
           
abstract   IConnectorService AbstractDelegatingConnectorService. getRealConnectorService ()
           
  IConnectorService IDelegatingConnectorService. getRealConnectorService ()
           
  IConnectorService CommunicationsEvent. getSystem ()
           
 

Methods in org.eclipse.rse.core.subsystems with parameters of type IConnectorService
  IServerLauncherProperties SubSystemConfiguration. createServerLauncher ( IConnectorService connectorService)
          Overridable entry for child classes to contribute a server launcher instance for a given subsystem.
  IServerLauncherProperties ISubSystemConfiguration. createServerLauncher ( IConnectorService connectorService)
          Overridable entry for child classes to contribute a server launcher instance for a given subsystem.
 void SubSystem. setConnectorService ( IConnectorService connectorService)
          Sets the IConnectorService object that represents the live connection for this system.
 void ISubSystem. setConnectorService ( IConnectorService connectorService)
          Set the connector service for this subsystem
 void AbstractConnectorServiceManager. setConnectorService ( IHost host, Class commonSSinterface, IConnectorService connectorService)
           
 void IConnectorServiceManager. setConnectorService ( IHost host, Class commonSSinterface, IConnectorService connectorService)
           
 void SubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
          Set the connector service for a particular host. This default implementation does nothing.
 void ISubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
          Set the connector service for a particular host.
 

Constructors in org.eclipse.rse.core.subsystems with parameters of type IConnectorService
AbstractCredentialsProvider ( IConnectorService connectorService)
          Create a credentials provider for a particular connector service.
CommunicationsEvent ( IConnectorService system, int state)
           
RemoteServerLauncher ( String name, IConnectorService connectorService)
           
ServerLauncher ( String name, IConnectorService service)
          Constructs a server launcher
SubSystem ( IHost host, IConnectorService connectorService)
           
 

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

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

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

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

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

Methods in org.eclipse.rse.subsystems.files.dstore that return IConnectorService
  IConnectorService DStoreFileSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.files.dstore with parameters of type IConnectorService
 void DStoreFileSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.files.ftp that return IConnectorService
  IConnectorService FTPFileSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.files.ftp with parameters of type IConnectorService
 void FTPFileSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.files.local that return IConnectorService
  IConnectorService LocalFileSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.files.local with parameters of type IConnectorService
 void LocalFileSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.files.ssh that return IConnectorService
  IConnectorService SftpFileSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.files.ssh with parameters of type IConnectorService
 void SftpFileSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

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

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

Methods in org.eclipse.rse.subsystems.processes.dstore that return IConnectorService
  IConnectorService DStoreProcessSubSystemConfiguration. getConnectorService ( IHost host)
           
 

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

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

Methods in org.eclipse.rse.subsystems.processes.local that return IConnectorService
  IConnectorService LocalProcessSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.processes.local with parameters of type IConnectorService
 void LocalProcessSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

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

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

Methods in org.eclipse.rse.subsystems.processes.shell.linux that return IConnectorService
  IConnectorService ShellProcessSubSystemConfiguration. getConnectorService ( IHost host)
           
 

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

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

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

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

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

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

Methods in org.eclipse.rse.subsystems.shells.dstore that return IConnectorService
  IConnectorService DStoreShellSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.shells.dstore with parameters of type IConnectorService
 void DStoreShellSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.local that return IConnectorService
  IConnectorService LocalShellSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.shells.local with parameters of type IConnectorService
 void LocalShellSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.ssh that return IConnectorService
  IConnectorService SshShellSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.shells.ssh with parameters of type IConnectorService
 void SshShellSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.subsystems.shells.telnet that return IConnectorService
  IConnectorService TelnetShellSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.shells.telnet with parameters of type IConnectorService
 void TelnetShellSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

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

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

Methods in org.eclipse.rse.subsystems.terminals.ssh that return IConnectorService
  IConnectorService SshTerminalSubSystemConfiguration. getConnectorService ( IHost host)
           
 

Methods in org.eclipse.rse.subsystems.terminals.ssh with parameters of type IConnectorService
 void SshTerminalSubSystemConfiguration. setConnectorService ( IHost host, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.ui.dialogs with parameters of type IConnectorService
 void ISystemPasswordPromptDialog. setSystemInput ( IConnectorService systemObject)
          Set the input System object in which the user is attempting to do a connect action.
 void SystemPasswordPromptDialog. setSystemInput ( IConnectorService connectorService)
          Set the connector service from which the user is attempting to do a connect action.
 

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

Methods in org.eclipse.rse.ui.propertypages with parameters of type IConnectorService
 boolean ServicesPropertyPage. applyValues ( IConnectorService connectorService)
           
 

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

Classes in org.eclipse.rse.ui.subsystems that implement IConnectorService
 class StandardConnectorService
          A standard connector service is an authenticating connector service (see AuthenticatingConnectorService) that understand and prompts for user ids and passwords.
 

Constructors in org.eclipse.rse.ui.subsystems with parameters of type IConnectorService
StandardCredentialsProvider ( IConnectorService connectorService)
          Creates a standard credentials provider for a connector service.
 

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

Methods in org.eclipse.rse.ui.widgets.services that return IConnectorService
  IConnectorService ConnectorServiceElement. getConnectorService ()
           
  IConnectorService FactoryServiceElement. getConnectorService ()
           
 

Constructors in org.eclipse.rse.ui.widgets.services with parameters of type IConnectorService
ConnectorServiceElement ( IHost host, ServiceElement parent, IConnectorService connectorService)
           
 

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

Methods in org.eclipse.rse.ui.wizards that return IConnectorService
protected   IConnectorService SubSystemServiceWizardPage. getCustomConnectorService ( ISubSystemConfiguration config)
           
 


RSE
Release 3.0

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

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