|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.sib.SIApiConstants
public class SIApiConstants
Constants useful for API message programmers
Field Summary | |
---|---|
static java.lang.String |
JMS_FORMAT
The format string for a bodyless JMS message |
static java.lang.String |
JMS_FORMAT_BYTES
The format string for a BytesMessage |
static java.lang.String |
JMS_FORMAT_MAP
The format string for a MapMessage |
static java.lang.String |
JMS_FORMAT_OBJECT
The format string for an ObjectMessage |
static java.lang.String |
JMS_FORMAT_STREAM
The format string for a StreamMessage |
static java.lang.String |
JMS_FORMAT_TEXT
The format string for a TextMessage |
static java.lang.Integer |
REPORT_COA
The report integer for report on arrival |
static java.lang.Integer |
REPORT_COD
The report integer for report on delivery |
static java.lang.Integer |
REPORT_EXCEPTION
The report integer for report on exception |
static java.lang.Integer |
REPORT_EXPIRY
The report integer for report on expiry |
static java.lang.Integer |
REPORT_NAN
The report integer for negative action notification |
static java.lang.Byte |
REPORT_NO_DATA
The report byte for reports without data |
static java.lang.Integer |
REPORT_PAN
The report integer for positive action notification |
static java.lang.Byte |
REPORT_WITH_DATA
The report byte for reports with data |
static java.lang.Byte |
REPORT_WITH_FULL_DATA
The report byte for reports with full data |
Constructor Summary | |
---|---|
SIApiConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Byte REPORT_NO_DATA
public static final java.lang.Byte REPORT_WITH_DATA
public static final java.lang.Byte REPORT_WITH_FULL_DATA
public static final java.lang.Integer REPORT_EXPIRY
public static final java.lang.Integer REPORT_EXCEPTION
public static final java.lang.Integer REPORT_COA
public static final java.lang.Integer REPORT_COD
public static final java.lang.Integer REPORT_PAN
public static final java.lang.Integer REPORT_NAN
public static final java.lang.String JMS_FORMAT
public static final java.lang.String JMS_FORMAT_BYTES
public static final java.lang.String JMS_FORMAT_TEXT
public static final java.lang.String JMS_FORMAT_OBJECT
public static final java.lang.String JMS_FORMAT_STREAM
public static final java.lang.String JMS_FORMAT_MAP
Constructor Detail |
---|
public SIApiConstants()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |