Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems
Class ServerLaunchType

java.lang.Object
  extended byAbstractEnumerator
      extended bycom.ibm.etools.systems.subsystems.ServerLaunchType

public final class ServerLaunchType
extends AbstractEnumerator

A representation of the literals of the enumeration 'Server Launch Type', and utility methods for working with them.

See Also:
SubsystemsPackage.getServerLaunchType(), Serialized Form

Field 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

copyright

public static final String copyright

See Also:
Constant Field Values

DAEMON

public static final int DAEMON
The 'Daemon' literal value. 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. 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. 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. 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. 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. 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. 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.

Method Detail

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.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.