|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |