|
RSE Release 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of IServerLauncherProperties in org.eclipse.rse.connectorservice.dstore |
|---|
| Methods in org.eclipse.rse.connectorservice.dstore that return IServerLauncherProperties | |
IServerLauncherProperties |
RexecDstoreServer.getServerLauncherProperties()
Get the object which contians the user-specified properties that are used by this launcher. |
| Methods in org.eclipse.rse.connectorservice.dstore with parameters of type IServerLauncherProperties | |
protected int |
DStoreConnectorService.launchUsingRexec(IProgressMonitor monitor,
SystemSignonInformation info,
IServerLauncherProperties serverLauncherProperties)
|
protected org.eclipse.dstore.core.client.ConnectionStatus |
DStoreConnectorService.launchServer(org.eclipse.dstore.core.client.ClientConnection clientConnection,
SystemSignonInformation info,
IServerLauncherProperties launcher,
IProgressMonitor monitor)
|
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. |
void |
RexecDstoreServer.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.core.internal.subsystems |
|---|
| Classes in org.eclipse.rse.core.internal.subsystems that implement IServerLauncherProperties | |
class |
org.eclipse.rse.core.internal.subsystems.ServerLauncher
|
| 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. |
| Fields in org.eclipse.rse.core.subsystems declared as IServerLauncherProperties | |
protected IServerLauncherProperties |
AbstractConnectorService._remoteServerLauncherProperties
The cached value of the ' Remote Server Launcher' containment reference |
| Methods in org.eclipse.rse.core.subsystems that return IServerLauncherProperties | |
IServerLauncherProperties |
AbstractConnectorService.getRemoteServerLauncherProperties()
|
IServerLauncherProperties |
SubSystemConfiguration.createServerLauncher(IConnectorService connectorService)
Overridable entry for child classes to contribute a server launcher instance for a given subsystem. |
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 |
IConnectorService.getRemoteServerLauncherProperties()
Returns the value of the 'Remote Server Launcher' containment reference. |
IServerLauncherProperties |
ISubSystemConfiguration.createServerLauncher(IConnectorService connectorService)
Overridable entry for child classes to contribute a server launcher instance for a given subsystem. |
| Methods in org.eclipse.rse.core.subsystems with parameters of type IServerLauncherProperties | |
void |
AbstractConnectorService.setRemoteServerLauncherProperties(IServerLauncherProperties newRemoteServerLauncher)
|
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 |
IConnectorService.setRemoteServerLauncherProperties(IServerLauncherProperties value)
Sets the value of the ' Remote Server Launcher' containment reference |
| Uses of IServerLauncherProperties in org.eclipse.rse.persistence.dom |
|---|
| Methods in org.eclipse.rse.persistence.dom that return IServerLauncherProperties | |
IServerLauncherProperties |
IRSEDOMImporter.restoreServerLauncher(IConnectorService service,
RSEDOMNode serverLauncherNode,
IServerLauncherProperties slproperties)
|
| Methods in org.eclipse.rse.persistence.dom with parameters of type IServerLauncherProperties | |
IServerLauncherProperties |
IRSEDOMImporter.restoreServerLauncher(IConnectorService service,
RSEDOMNode serverLauncherNode,
IServerLauncherProperties slproperties)
|
RSEDOMNode |
IRSEDOMExporter.createNode(RSEDOMNode parent,
IServerLauncherProperties sl,
boolean clean)
Creates a DOM node for a server 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 |
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. |
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. |
| 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 1.0 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||