RSE
Release 3.0

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

Packages that use IServerLauncherProperties
org.eclipse.rse.connectorservice.dstore   
org.eclipse.rse.core.subsystems   
org.eclipse.rse.ui.widgets   
org.eclipse.rse.ui.widgets.services   
 

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

Methods in org.eclipse.rse.connectorservice.dstore that return IServerLauncherProperties
 IServerLauncherProperties DStoreConnectorService.getRemoteServerLauncherProperties()
           
 

Methods in org.eclipse.rse.connectorservice.dstore with parameters of type IServerLauncherProperties
 void DStoreConnectorService.setRemoteServerLauncherProperties(IServerLauncherProperties newRemoteServerLauncher)
           
protected  int DStoreConnectorService.launchUsingRexec(SystemSignonInformation info, IServerLauncherProperties serverLauncherProperties, IProgressMonitor monitor)
           
protected  ConnectionStatus DStoreConnectorService.launchServer(ClientConnection clientConnection, SystemSignonInformation info, IServerLauncherProperties launcher, IProgressMonitor monitor)
           
protected  ConnectionStatus DStoreConnectorService.changePassword(ClientConnection clientConnection, SystemSignonInformation info, IServerLauncherProperties serverLauncherProperties, IProgressMonitor monitor, String newPassword)
          Change the password on a remote system and optionally remain connected to it.
 

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

Subinterfaces of IServerLauncherProperties in org.eclipse.rse.core.subsystems
 interface IRemoteServerLauncher
          This is the implementation of IServerLauncherProperties.
 

Classes in org.eclipse.rse.core.subsystems that implement IServerLauncherProperties
 class RemoteServerLauncher
           This subclass of IServerLauncherProperties is for use by some dstore-based subsystems, although is possibly of value to vendors as well.
 class ServerLauncher
          Abstract class intended to be extended to provide a means for starting a remote server from the client.
 

Methods in org.eclipse.rse.core.subsystems that return IServerLauncherProperties
 IServerLauncherProperties SubSystemConfiguration.createServerLauncher(IConnectorService connectorService)
          Overridable entry for child classes to contribute a server launcher instance for a given subsystem.
 IServerLauncherProperties ServerLauncher.cloneServerLauncher(IServerLauncherProperties newOne)
          Clone the contents of this server launcher into the given server launcher Your sublcass must override this if you add additional attributes!
 IServerLauncherProperties IConnectorService.getRemoteServerLauncherProperties()
          Gets the properties associated with a remote server launcher.
 IServerLauncherProperties AbstractDelegatingConnectorService.getRemoteServerLauncherProperties()
           
 IServerLauncherProperties RemoteServerLauncher.cloneServerLauncher(IServerLauncherProperties newOne)
          Clone the contents of this server launcher into the given server launcher Your sublcass must override this if you add additional attributes!
 IServerLauncherProperties IServerLauncher.getServerLauncherProperties()
          Get the object which contians the user-specified properties that are used by this launcher.
 IServerLauncherProperties IServerLauncherProperties.cloneServerLauncher(IServerLauncherProperties newOne)
           
 IServerLauncherProperties ISubSystemConfiguration.createServerLauncher(IConnectorService connectorService)
          Overridable entry for child classes to contribute a server launcher instance for a given subsystem.
 IServerLauncherProperties AbstractConnectorService.getRemoteServerLauncherProperties()
           
 

Methods in org.eclipse.rse.core.subsystems with parameters of type IServerLauncherProperties
 IServerLauncherProperties ServerLauncher.cloneServerLauncher(IServerLauncherProperties newOne)
          Clone the contents of this server launcher into the given server launcher Your sublcass must override this if you add additional attributes!
 void IConnectorService.setRemoteServerLauncherProperties(IServerLauncherProperties value)
          Set the properties for the remote server launcher This is an object containing properties used to launch a remote server that communicates with this client.
 void AbstractDelegatingConnectorService.setRemoteServerLauncherProperties(IServerLauncherProperties value)
           
 IServerLauncherProperties RemoteServerLauncher.cloneServerLauncher(IServerLauncherProperties newOne)
          Clone the contents of this server launcher into the given server launcher Your sublcass must override this if you add additional attributes!
 void IServerLauncher.setServerLauncherProperties(IServerLauncherProperties propertyInfo)
          Set the object which contains the user-specified properties that are used by this launcher
 IServerLauncherProperties IServerLauncherProperties.cloneServerLauncher(IServerLauncherProperties newOne)
           
 void AbstractConnectorService.setRemoteServerLauncherProperties(IServerLauncherProperties newRemoteServerLauncher)
          Do nothing, may be overridden
 

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

Methods in org.eclipse.rse.ui.widgets with parameters of type IServerLauncherProperties
 void IServerLauncherForm.initValues(IServerLauncherProperties launcher)
          Set the initial values for the widgets, based on the server launcher values
 boolean IServerLauncherForm.updateValues(IServerLauncherProperties launcher)
          Update the actual values in the server launcher, from the widgets.
 void RemoteServerLauncherForm.initValues(IServerLauncherProperties launcher)
          Set the initial values for the widgets, based on the server launcher
 boolean RemoteServerLauncherForm.updateValues(IServerLauncherProperties launcher)
          Update the actual values in the server launcher, from the widgets.
abstract  boolean RemoteBaseServerLauncherForm.updateValues(IServerLauncherProperties launcher)
          Update the actual values in the server launcher, from the widgets.
 

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

Fields in org.eclipse.rse.ui.widgets.services declared as IServerLauncherProperties
protected  IServerLauncherProperties ServerLauncherPropertiesServiceElement._launcherProperties
           
 

Methods in org.eclipse.rse.ui.widgets.services that return IServerLauncherProperties
 IServerLauncherProperties ServerLauncherPropertiesServiceElement.getServerLauncherProperties()
           
 

Constructors in org.eclipse.rse.ui.widgets.services with parameters of type IServerLauncherProperties
ServerLauncherPropertiesServiceElement(IHost host, ServiceElement parent, IServerLauncherProperties launcherProperties)
           
 


RSE
Release 3.0

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