Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

org.eclipse.rse.core.subsystems
Class ServerLaunchType


java.lang.Object
  extended by 
org.eclipse.rse.core.subsystems.ServerLaunchType

public final class ServerLaunchType
extends Object

Server Launch Type Enum type.


Field Summary
static int DAEMON
          The ' Daemon ' literal value (value 0).
static  ServerLaunchType DAEMON_LITERAL
          The ' Daemon ' literal object.
static int FTP
          The ' FTP ' literal value (value 5).
static  ServerLaunchType FTP_LITERAL
          The ' FTP ' literal object.
static int HTTP
          The ' HTTP ' literal value (value 6).
static  ServerLaunchType HTTP_LITERAL
          The ' HTTP ' literal object.
static int REXEC
          The ' Rexec ' literal value (value 1).
static  ServerLaunchType REXEC_LITERAL
          The ' Rexec ' literal object.
static int RUNNING
          The ' Running ' literal value (value 2).
static  ServerLaunchType RUNNING_LITERAL
          The ' Running ' literal object.
static int SSH
          The ' SSH ' literal value (value 4).
static  ServerLaunchType SSH_LITERAL
          The ' SSH ' literal object.
static int TELNET
          The ' Telnet ' literal value (value 3).
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

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.

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.


getName

public 
String getName()

getType

public int getType()

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire