|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.core.subsystems.ServerLaunchType
| Field Summary | |
|---|---|
static int |
DAEMON
The 'Daemon' literal value |
static ServerLaunchType |
DAEMON_LITERAL
The 'Daemon' literal object |
static int |
FTP
The 'FTP' literal value |
static ServerLaunchType |
FTP_LITERAL
The 'FTP' literal object |
static int |
HTTP
The 'HTTP' literal value |
static ServerLaunchType |
HTTP_LITERAL
The 'HTTP' literal object |
static int |
REXEC
The 'Rexec' literal value |
static ServerLaunchType |
REXEC_LITERAL
The 'Rexec' literal object |
static int |
RUNNING
The 'Running' literal value |
static ServerLaunchType |
RUNNING_LITERAL
The 'Running' literal object |
static int |
SSH
The 'SSH' literal value |
static ServerLaunchType |
SSH_LITERAL
The 'SSH' literal object |
static int |
TELNET
The 'Telnet' literal value |
static ServerLaunchType |
TELNET_LITERAL
The 'Telnet' literal object |
static List |
VALUES
A public read-only list of all the 'Server Launch Type' enumerators |
| Method Summary | |
|---|---|
static ServerLaunchType |
get(int value)
Returns the 'Server Launch Type' literal with the specified value |
static ServerLaunchType |
get(String name)
Returns the 'Server Launch Type' literal with the specified name |
String |
getName()
|
int |
getType()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int DAEMON
DAEMON_LITERAL,
Constant Field Valuespublic static final int REXEC
REXEC_LITERAL,
Constant Field Valuespublic static final int RUNNING
RUNNING_LITERAL,
Constant Field Valuespublic static final int TELNET
TELNET_LITERAL,
Constant Field Valuespublic static final int SSH
SSH_LITERAL,
Constant Field Valuespublic static final int FTP
FTP_LITERAL,
Constant Field Valuespublic static final int HTTP
HTTP_LITERAL,
Constant Field Valuespublic static final ServerLaunchType DAEMON_LITERAL
The server code is to be launched by calling a daemon that is listening on a port.
DAEMONpublic static final ServerLaunchType REXEC_LITERAL
The server code is to be launched using REXEC
REXECpublic static final ServerLaunchType RUNNING_LITERAL
The server code is to already running, and doesn't need to be launched.
RUNNINGpublic static final ServerLaunchType TELNET_LITERAL
The server code is to be launched using TELNET.
TELNETpublic static final ServerLaunchType SSH_LITERAL
If the meaning of 'SSH' literal object isn't clear, there really should be more of a description here...
SSHpublic static final ServerLaunchType FTP_LITERAL
The server code is to be launched using FTP
FTPpublic static final ServerLaunchType HTTP_LITERAL
The server code is to be launched using HTTP
HTTPpublic static final List VALUES
| Method Detail |
public static ServerLaunchType get(String name)
public static ServerLaunchType get(int value)
public String getName()
public int getType()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||