|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
com.ibm.etools.systems.subsystems.ServerLaunchType
A representation of the literals of the enumeration 'Server Launch Type', and utility methods for working with them.
SubsystemsPackage.getServerLaunchType()
,
Serialized FormField Summary | |
---|---|
static String |
copyright
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
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.
DAEMON
public static final ServerLaunchType REXEC_LITERAL
The server code is to be launched using REXEC
REXEC
public static final ServerLaunchType RUNNING_LITERAL
The server code is to already running, and doesn't need to be launched.
RUNNING
public static final ServerLaunchType TELNET_LITERAL
The server code is to be launched using TELNET.
TELNET
public static final ServerLaunchType SSH_LITERAL
If the meaning of 'SSH' literal object isn't clear, there really should be more of a description here...
SSH
public static final ServerLaunchType FTP_LITERAL
The server code is to be launched using FTP
FTP
public static final ServerLaunchType HTTP_LITERAL
The server code is to be launched using HTTP
HTTP
public static final List VALUES
Method Detail |
public static ServerLaunchType get(String name)
public static ServerLaunchType get(int value)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |