Remote Systems
v6.4.1

com.ibm.etools.systems.core
Interface ISystemTypes

All Known Implementing Classes:
UniversalFileSubSystemImpl

public interface ISystemTypes

Constants for system types. These are kept in synch with the definitions from plugin.xml in com.ibm.etools.systems.core.


Field Summary
static String copyright
           
static String SYSTEMTYPE_AIX
          AIX system type, "AIX".
static String SYSTEMTYPE_ISERIES
          iSeries system type, "iSeries".
static String SYSTEMTYPE_LINUX
          Linux system type, "Linux".
static String SYSTEMTYPE_LOCAL
          Local system type, "Local".
static String SYSTEMTYPE_PASE
          PASE system type, "PASE".
static String SYSTEMTYPE_POWER_LINUX
          Power Linux type, "Power Linux".
static String SYSTEMTYPE_UNIX
          Unix system type, "Unix".
static String SYSTEMTYPE_WINDOWS
          Windows system type, "Windows".
static String SYSTEMTYPE_ZSERIES
          z/OS system type, "z/OS".
static String SYSTEMTYPE_ZSERIES_LINUX
          Power Linux type, "zSeries Linux".
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values

SYSTEMTYPE_LINUX

public static final String SYSTEMTYPE_LINUX
Linux system type, "Linux".

See Also:
Constant Field Values

SYSTEMTYPE_POWER_LINUX

public static final String SYSTEMTYPE_POWER_LINUX
Power Linux type, "Power Linux".

See Also:
Constant Field Values

SYSTEMTYPE_ZSERIES_LINUX

public static final String SYSTEMTYPE_ZSERIES_LINUX
Power Linux type, "zSeries Linux".

See Also:
Constant Field Values

SYSTEMTYPE_UNIX

public static final String SYSTEMTYPE_UNIX
Unix system type, "Unix".

See Also:
Constant Field Values

SYSTEMTYPE_AIX

public static final String SYSTEMTYPE_AIX
AIX system type, "AIX".

See Also:
Constant Field Values

SYSTEMTYPE_PASE

public static final String SYSTEMTYPE_PASE
PASE system type, "PASE".

See Also:
Constant Field Values

SYSTEMTYPE_ISERIES

public static final String SYSTEMTYPE_ISERIES
iSeries system type, "iSeries".

See Also:
Constant Field Values

SYSTEMTYPE_LOCAL

public static final String SYSTEMTYPE_LOCAL
Local system type, "Local".

See Also:
Constant Field Values

SYSTEMTYPE_ZSERIES

public static final String SYSTEMTYPE_ZSERIES
z/OS system type, "z/OS".

See Also:
Constant Field Values

SYSTEMTYPE_WINDOWS

public static final String SYSTEMTYPE_WINDOWS
Windows system type, "Windows".

See Also:
Constant Field Values

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.