A single header file which pulls in all necessary JMS C API header files.
Author:
Copyright (c) 2002, BEA Systems, Inc.
Define Documentation
#define JMS_GOT_EXCEPTION 1
A return code indicating that an exception occurred in this thread of execution
#define JMS_INPUT_PARAM_ERROR -1
A return code indicating that an error was detected with one of the input parameters
#define JMS_INVALID_EXCEPTION_TYPE -5
An attempt was made to extract information from the wrong type of exception
#define JMS_JVM_ERROR -3
An unexpected error has occurred in the JVM. This return code is only valid if the implementation uses JNI
#define JMS_MALLOC_ERROR -2
A return code indicating that an attempt to allocated memory failed. Either the heap has run out of memory or the malloc memory arena has been corrupted
#define JMS_NEED_SPACE -4
There is not enough space in an input parameter for all of the output
#define JMS_NO_ERROR 0
A return code indicating success
#define JMS_SYSTEM_ERROR -6
A system error has occurred. The exact nature of the error may be provided in a log file.