Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems.impl
Interface IBMServerLauncherConstants

All Known Implementing Classes:
IBMBaseServerLauncherForm

public interface IBMServerLauncherConstants

This interface defines constants for IBM Server Launcher.


Field Summary
static int DEFAULT_DAEMON_PORT
          Default daemon port, 4035.
static String DEFAULT_REXEC_PATH
          Default REXEC path, "/opt/rseserver/".
static int DEFAULT_REXEC_PORT
          Default REXEC port, 512.
static String DEFAULT_REXEC_SCRIPT
          Default REXEC script command.
static String LINUX_REXEC_SCRIPT
          Linux REXEC script command, "perl .
static String UNIX_REXEC_SCRIPT
          Unix REXEC script command, ".
 

Field Detail

DEFAULT_DAEMON_PORT

public static final int DEFAULT_DAEMON_PORT
Default daemon port, 4035.

See Also:
Constant Field Values

DEFAULT_REXEC_PORT

public static final int DEFAULT_REXEC_PORT
Default REXEC port, 512.

See Also:
Constant Field Values

DEFAULT_REXEC_PATH

public static final String DEFAULT_REXEC_PATH
Default REXEC path, "/opt/rseserver/".

See Also:
Constant Field Values

LINUX_REXEC_SCRIPT

public static final String LINUX_REXEC_SCRIPT
Linux REXEC script command, "perl ./server.linux".


UNIX_REXEC_SCRIPT

public static final String UNIX_REXEC_SCRIPT
Unix REXEC script command, "./server.unix".


DEFAULT_REXEC_SCRIPT

public static final String DEFAULT_REXEC_SCRIPT
Default REXEC script command. TIt is equivalent to LINUX_REXEC_SCRIPT.


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.