com.ibm.dse.appl.ej.server
Class EJSystemDataNames

java.lang.Object
  |
  +--com.ibm.dse.appl.ej.server.EJSystemDataNames

public class EJSystemDataNames
extends java.lang.Object

The EJSystemDataNames class contains common data element names used in EJ


Field Summary
static int DSE_INTERNAL_ERROR
           
static int DSE_INVALID_ARGUMENT
           
static int DSE_INVALID_REQUEST
           
static int DSE_OBJECT_NOT_FOUND
           
static int OK
           
static int SQL_PROBLEM
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final int OK

SQL_PROBLEM

public static final int SQL_PROBLEM

DSE_INTERNAL_ERROR

public static final int DSE_INTERNAL_ERROR

DSE_INVALID_ARGUMENT

public static final int DSE_INVALID_ARGUMENT

DSE_INVALID_REQUEST

public static final int DSE_INVALID_REQUEST

DSE_OBJECT_NOT_FOUND

public static final int DSE_OBJECT_NOT_FOUND