|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerLaunchType | |
---|---|
org.eclipse.rse.connectorservice.dstore | |
org.eclipse.rse.core.subsystems | |
org.eclipse.rse.ui.widgets |
Uses of ServerLaunchType in org.eclipse.rse.connectorservice.dstore |
---|
Methods in org.eclipse.rse.connectorservice.dstore with parameters of type ServerLaunchType | |
---|---|
protected void |
DStoreConnectorService.handleConnectionFailure(org.eclipse.dstore.core.client.ConnectionStatus launchStatus,
org.eclipse.dstore.core.client.ConnectionStatus connectStatus,
IRemoteServerLauncher serverLauncher,
ServerLaunchType serverLauncherType,
IProgressMonitor monitor)
Diagnostics the occurs after the failure of a connect. |
Uses of ServerLaunchType in org.eclipse.rse.core.subsystems |
---|
Fields in org.eclipse.rse.core.subsystems declared as ServerLaunchType | |
---|---|
protected ServerLaunchType |
RemoteServerLauncher._serverLaunchType
|
static ServerLaunchType |
ServerLaunchType.DAEMON_LITERAL
The 'Daemon' literal object. |
static ServerLaunchType |
ServerLaunchType.FTP_LITERAL
The 'FTP' literal object. |
static ServerLaunchType |
ServerLaunchType.HTTP_LITERAL
The 'HTTP' literal object. |
static ServerLaunchType |
ServerLaunchType.REXEC_LITERAL
The 'Rexec' literal object. |
static ServerLaunchType |
ServerLaunchType.RUNNING_LITERAL
The 'Running' literal object. |
protected static ServerLaunchType |
RemoteServerLauncher.SERVER_LAUNCH_TYPE_EDEFAULT
|
static ServerLaunchType |
ServerLaunchType.SSH_LITERAL
The 'SSH' literal object. |
static ServerLaunchType |
ServerLaunchType.TELNET_LITERAL
The 'Telnet' literal object. |
Methods in org.eclipse.rse.core.subsystems that return ServerLaunchType | |
---|---|
static ServerLaunchType |
ServerLaunchType.get(int value)
Returns the 'Server Launch Type' literal with the specified value. |
static ServerLaunchType |
ServerLaunchType.get(String name)
Returns the 'Server Launch Type' literal with the specified name. |
ServerLaunchType |
IRemoteServerLauncher.getServerLaunchType()
Returns the value of the 'Server Launch Type' attribute. |
ServerLaunchType |
RemoteServerLauncher.getServerLaunchType()
This is the means by which to start the server-side code, as specified by the user, typically |
ServerLaunchType |
RemoteServerLauncher.getServerLaunchTypeGen()
Generated. |
protected ServerLaunchType[] |
RemoteServerLauncher.getSupportedLauncherEnumTypes()
|
Methods in org.eclipse.rse.core.subsystems with parameters of type ServerLaunchType | |
---|---|
void |
RemoteServerLauncher.enableServerLaunchType(ServerLaunchType serverLaunchType,
boolean enable)
|
boolean |
IRemoteServerLauncher.isEnabledServerLaunchType(ServerLaunchType serverLaunchType)
This methods returns the enablement state per server launch type. |
boolean |
RemoteServerLauncher.isEnabledServerLaunchType(ServerLaunchType serverLaunchType)
This methods returns the enablement state per server launch type. |
boolean |
AbstractDelegatingConnectorService.isServerLaunchTypeEnabled(ISubSystem subsystem,
ServerLaunchType serverLaunchType)
|
boolean |
AbstractConnectorService.isServerLaunchTypeEnabled(ISubSystem subsystem,
ServerLaunchType serverLaunchType)
|
boolean |
IConnectorService.isServerLaunchTypeEnabled(ISubSystem subsystem,
ServerLaunchType serverLaunchType)
This methods returns the enablement state of a server launch type. |
void |
IRemoteServerLauncher.setServerLaunchType(ServerLaunchType value)
Sets the value of the ' Server Launch Type ' attribute |
void |
RemoteServerLauncher.setServerLaunchType(ServerLaunchType newServerLaunchType)
This is the means by which to start the server-side code, as specified by the user, typically. |
boolean |
SubSystemConfiguration.supportsServerLaunchType(ServerLaunchType serverLaunchType)
If SubSystemConfiguration.supportsServerLaunchProperties(IHost) returns true, this method may be called by
the server launcher to decide if a given remote server launch type is supported or not. |
boolean |
ISubSystemConfiguration.supportsServerLaunchType(ServerLaunchType serverLaunchType)
If ISubSystemConfiguration.supportsServerLaunchProperties(IHost) returns true, this method may be called by
the server launcher to decide if a given remote server launch type is supported or not. |
Uses of ServerLaunchType in org.eclipse.rse.ui.widgets |
---|
Methods in org.eclipse.rse.ui.widgets that return ServerLaunchType | |
---|---|
protected ServerLaunchType |
RemoteServerLauncherForm.getLaunchType()
|
protected abstract ServerLaunchType |
RemoteBaseServerLauncherForm.getLaunchType()
|
Methods in org.eclipse.rse.ui.widgets with parameters of type ServerLaunchType | |
---|---|
protected void |
RemoteServerLauncherForm.setLaunchType(ServerLaunchType type)
|
protected abstract void |
RemoteBaseServerLauncherForm.setLaunchType(ServerLaunchType type)
|
|
RSE Release 3.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |