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.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
protected  org.eclipse.dstore.core.client.ConnectionStatus DStoreConnectorService. changePassword (org.eclipse.dstore.core.client.ClientConnection clientConnection, SystemSignonInformation info, IServerLauncherProperties serverLauncherProperties, IProgressMonitor monitor, String newPassword)
          Change the password on a remote system and optionally remain connected to it.
protected  org.eclipse.dstore.core.client.ConnectionStatus DStoreConnectorService. connectWithOther (org.eclipse.dstore.core.client.ClientConnection clientConnection, SystemSignonInformation info, IServerLauncherProperties serverLauncher, IProgressMonitor monitor)
          Connect via an overridden launchServer method
protected  org.eclipse.dstore.core.client.ConnectionStatus DStoreConnectorService. launchServer (org.eclipse.dstore.core.client.ClientConnection clientConnection, SystemSignonInformation info, IServerLauncherProperties launcher, IProgressMonitor monitor)
           
protected  int DStoreConnectorService. launchUsingRexec ( SystemSignonInformation info, IServerLauncherProperties serverLauncherProperties, IProgressMonitor monitor)
           
 void DStoreConnectorService. setRemoteServerLauncherProperties ( IServerLauncherProperties newRemoteServerLauncher)
           
 

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 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 IServerLauncherProperties. cloneServerLauncher ( IServerLauncherProperties newOne)
           
  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 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.
  IServerLauncherProperties AbstractDelegatingConnectorService. getRemoteServerLauncherProperties ()
           
  IServerLauncherProperties AbstractConnectorService. getRemoteServerLauncherProperties ()
           
  IServerLauncherProperties IConnectorService. getRemoteServerLauncherProperties ()
          Gets the properties associated with a remote server launcher.
  IServerLauncherProperties IServerLauncher. getServerLauncherProperties ()
          Get the object which contians the user-specified properties that are used by this launcher.
 

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!
  IServerLauncherProperties IServerLauncherProperties. cloneServerLauncher ( IServerLauncherProperties newOne)
           
  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 AbstractDelegatingConnectorService. setRemoteServerLauncherProperties ( IServerLauncherProperties value)
           
 void AbstractConnectorService. setRemoteServerLauncherProperties ( IServerLauncherProperties newRemoteServerLauncher)
          Do nothing, may be overridden
 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 IServerLauncher. setServerLauncherProperties ( IServerLauncherProperties propertyInfo)
          Set the object which contains the user-specified properties that are used by this launcher
 

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

Methods in org.eclipse.rse.ui.widgets with parameters of type IServerLauncherProperties
 void RemoteServerLauncherForm. initValues ( IServerLauncherProperties launcher)
          Set the initial values for the widgets, based on the server launcher
 void IServerLauncherForm. initValues ( IServerLauncherProperties launcher)
          Set the initial values for the widgets, based on the server launcher values
 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.
 boolean IServerLauncherForm. 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.

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