com.ibm.jtopenlite.file
Class FileConstants

java.lang.Object
  extended by com.ibm.jtopenlite.file.FileConstants

public final class FileConstants
extends Object


Field Summary
static int RC_ACCESS_DENIED
           
static int RC_FILE_NOT_FOUND
           
 
Method Summary
static String returnCodeToString(int rc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RC_FILE_NOT_FOUND

public static final int RC_FILE_NOT_FOUND
See Also:
Constant Field Values

RC_ACCESS_DENIED

public static final int RC_ACCESS_DENIED
See Also:
Constant Field Values
Method Detail

returnCodeToString

public static String returnCodeToString(int rc)