RSE
Release 3.3

Uses of Class
org.eclipse.rse.core.subsystems.AbstractConnectorService

Packages that use AbstractConnectorService
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.ui.subsystems Application programming interface for managing the user interface for subsystem actions. 
 

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

Subclasses of AbstractConnectorService in org.eclipse.rse.connectorservice.dstore
 class DStoreConnectorService
          System class required by the remote systems framework.
 

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

Subclasses of AbstractConnectorService in org.eclipse.rse.core.subsystems
 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.
 

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

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


RSE
Release 3.3

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