org.eclipse.rse.core.subsystems
Class ServerLaunchType
java.lang.Object
org.eclipse.rse.core.subsystems.ServerLaunchType
-
public final class ServerLaunchType
- extends
Object
Server Launch Type Enum type.
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
DAEMON
public static final int DAEMON
- The '
Daemon
' literal value (value 0). The server
code is to be launched by calling a daemon that is listening on a port.
-
See Also:
-
DAEMON_LITERAL
,
Constant Field Values
REXEC
public static final int REXEC
- The '
Rexec
' literal value (value 1). The server code
is to be launched using REXEC
-
See Also:
-
REXEC_LITERAL
,
Constant Field Values
RUNNING
public static final int RUNNING
- The '
Running
' literal value (value 2). The server
code is to already running, and doesn't need to be launched.
-
See Also:
-
RUNNING_LITERAL
,
Constant Field Values
TELNET
public static final int TELNET
- The '
Telnet
' literal value (value 3). The server
code is to be launched using TELNET.
-
See Also:
-
TELNET_LITERAL
,
Constant Field Values
SSH
public static final int SSH
- The '
SSH
' literal value (value 4). The server code
is to be launched using SSH.
-
See Also:
-
SSH_LITERAL
,
Constant Field Values
FTP
public static final int FTP
- The '
FTP
' literal value (value 5). The server code
is to be launched using FTP
-
See Also:
-
FTP_LITERAL
,
Constant Field Values
HTTP
public static final int HTTP
- The '
HTTP
' literal value (value 6). The server code
is to be launched using HTTP
-
See Also:
-
HTTP_LITERAL
,
Constant Field Values
DAEMON_LITERAL
public static final
ServerLaunchType DAEMON_LITERAL
- The '
Daemon
' literal object.
The server code is to be launched by calling a daemon that is listening on a port.
-
See Also:
-
DAEMON
REXEC_LITERAL
public static final
ServerLaunchType REXEC_LITERAL
- The '
Rexec
' literal object. The server code is to be
launched using REXEC.
-
See Also:
-
REXEC
RUNNING_LITERAL
public static final
ServerLaunchType RUNNING_LITERAL
- The '
Running
' literal object.
The server code is to already running, and doesn't need to be launched.
-
See Also:
-
RUNNING
TELNET_LITERAL
public static final
ServerLaunchType TELNET_LITERAL
- The '
Telnet
' literal object.
The server code is to be launched using TELNET.
-
See Also:
-
TELNET
SSH_LITERAL
public static final
ServerLaunchType SSH_LITERAL
- The '
SSH
' literal object.
If the meaning of '
SSH
' literal object isn't clear,
there really should be more of a description here...
-
See Also:
-
SSH
FTP_LITERAL
public static final
ServerLaunchType FTP_LITERAL
- The '
FTP
' literal object. The server code is to be
launched using FTP.
-
See Also:
-
FTP
HTTP_LITERAL
public static final
ServerLaunchType HTTP_LITERAL
- The '
HTTP
' literal object. The server code is to be
launched using HTTP.
-
See Also:
-
HTTP
VALUES
public static final
List VALUES
- A public read-only list of all the '
Server Launch Type
' enumerators.
get
public static
ServerLaunchType get(
String name)
- Returns the '
Server Launch Type
' literal with the specified name.
-
get
public static
ServerLaunchType get(int value)
- Returns the '
Server Launch Type
' literal with the specified value.
-
getName
public
String getName()
-
getType
public int getType()
-
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.