iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.editor
Interface IISeriesEditorNativeConstants

All Known Implementing Classes:
ISeriesEditorCOBOLNativeInterface, ISeriesEditorCobolSyntaxChecker, ISeriesEditorDDSNativeInterface

public interface IISeriesEditorNativeConstants

Constants used by the RPG, COBOL and DDS program verifiers and syntax checkers.


Field Summary
static int CODE400_ERROR_LOADING_CODE_INTERFACE_LIBRARY
           
static int CODE400_ERROR_LOADING_CODE_LIBRARY
           
static int CODE400_ERROR_LOADING_CODE_METHOD
           
static int CODE400_ERROR_LOADING_REGISTRY_KEY_ADTS_INSTALL
           
static int CODE400_ERROR_LOADING_REGISTRY_KEY_WDT_DIRECTORY
           
static int CODE400_OK
          Deprecated. use the NATIVE_ constants instead
static int NATIVE_ERROR_LOADING_NATIVE_INTERFACE_LIBRARY
           
static int NATIVE_ERROR_LOADING_NATIVE_LIBRARY
           
static int NATIVE_ERROR_LOADING_NATIVE_METHOD
           
static int NATIVE_ERROR_NO_PATH_GIVEN
           
static int NATIVE_ERROR_RESOLVING_PLUGIN_PATH
           
static int NATIVE_OK
          Return codes from access native program verifiers and syntax checkers
 

Field Detail

CODE400_OK

public static final int CODE400_OK
Deprecated. use the NATIVE_ constants instead

See Also:
Constant Field Values

CODE400_ERROR_LOADING_REGISTRY_KEY_ADTS_INSTALL

public static final int CODE400_ERROR_LOADING_REGISTRY_KEY_ADTS_INSTALL
See Also:
Constant Field Values

CODE400_ERROR_LOADING_REGISTRY_KEY_WDT_DIRECTORY

public static final int CODE400_ERROR_LOADING_REGISTRY_KEY_WDT_DIRECTORY
See Also:
Constant Field Values

CODE400_ERROR_LOADING_CODE_LIBRARY

public static final int CODE400_ERROR_LOADING_CODE_LIBRARY
See Also:
Constant Field Values

CODE400_ERROR_LOADING_CODE_METHOD

public static final int CODE400_ERROR_LOADING_CODE_METHOD
See Also:
Constant Field Values

CODE400_ERROR_LOADING_CODE_INTERFACE_LIBRARY

public static final int CODE400_ERROR_LOADING_CODE_INTERFACE_LIBRARY
See Also:
Constant Field Values

NATIVE_OK

public static final int NATIVE_OK
Return codes from access native program verifiers and syntax checkers

See Also:
Constant Field Values

NATIVE_ERROR_RESOLVING_PLUGIN_PATH

public static final int NATIVE_ERROR_RESOLVING_PLUGIN_PATH
See Also:
Constant Field Values

NATIVE_ERROR_NO_PATH_GIVEN

public static final int NATIVE_ERROR_NO_PATH_GIVEN
See Also:
Constant Field Values

NATIVE_ERROR_LOADING_NATIVE_LIBRARY

public static final int NATIVE_ERROR_LOADING_NATIVE_LIBRARY
See Also:
Constant Field Values

NATIVE_ERROR_LOADING_NATIVE_METHOD

public static final int NATIVE_ERROR_LOADING_NATIVE_METHOD
See Also:
Constant Field Values

NATIVE_ERROR_LOADING_NATIVE_INTERFACE_LIBRARY

public static final int NATIVE_ERROR_LOADING_NATIVE_INTERFACE_LIBRARY
See Also:
Constant Field Values

iSeries Remote Systems
v6.0.0

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.