com.ibm.websphere.sib
Class SIApiConstants
- java.lang.Object
com.ibm.websphere.sib.SIApiConstants
- public class SIApiConstants
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
JMS_FORMAT
The format string for a bodyless JMS message
|
|
JMS_FORMAT_BYTES
The format string for a BytesMessage
|
|
JMS_FORMAT_MAP
The format string for a MapMessage
|
|
JMS_FORMAT_OBJECT
The format string for an ObjectMessage
|
|
JMS_FORMAT_STREAM
The format string for a StreamMessage
|
|
JMS_FORMAT_TEXT
The format string for a TextMessage
|
|
REPORT_COA
The report integer for report on arrival
|
|
REPORT_COD
The report integer for report on delivery
|
|
REPORT_EXCEPTION
The report integer for report on exception
|
|
REPORT_EXPIRY
The report integer for report on expiry
|
|
REPORT_NAN
The report integer for negative action notification
|
|
REPORT_NO_DATA
The report byte for reports without data
|
|
REPORT_PAN
The report integer for positive action notification
|
|
REPORT_WITH_DATA
The report byte for reports with data
|
|
REPORT_WITH_FULL_DATA
The report byte for reports with full data
|
Constructor Summary
Constructor and Description |
---|
SIApiConstants()
|
Method Summary
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
REPORT_NO_DATA
- public static final java.lang.Byte REPORT_NO_DATA
The report byte for reports without data
REPORT_WITH_DATA
- public static final java.lang.Byte REPORT_WITH_DATA
The report byte for reports with data
REPORT_WITH_FULL_DATA
- public static final java.lang.Byte REPORT_WITH_FULL_DATA
The report byte for reports with full data
REPORT_EXPIRY
- public static final java.lang.Integer REPORT_EXPIRY
The report integer for report on expiry
REPORT_EXCEPTION
- public static final java.lang.Integer REPORT_EXCEPTION
The report integer for report on exception
REPORT_COA
- public static final java.lang.Integer REPORT_COA
The report integer for report on arrival
REPORT_COD
- public static final java.lang.Integer REPORT_COD
The report integer for report on delivery
REPORT_PAN
- public static final java.lang.Integer REPORT_PAN
The report integer for positive action notification
REPORT_NAN
- public static final java.lang.Integer REPORT_NAN
The report integer for negative action notification
JMS_FORMAT
- public static final java.lang.String JMS_FORMAT
The format string for a bodyless JMS message
See Also:
JMS_FORMAT_BYTES
- public static final java.lang.String JMS_FORMAT_BYTES
The format string for a BytesMessage
See Also:
JMS_FORMAT_TEXT
- public static final java.lang.String JMS_FORMAT_TEXT
The format string for a TextMessage
See Also:
JMS_FORMAT_OBJECT
- public static final java.lang.String JMS_FORMAT_OBJECT
The format string for an ObjectMessage
See Also:
JMS_FORMAT_STREAM
- public static final java.lang.String JMS_FORMAT_STREAM
The format string for a StreamMessage
See Also:
JMS_FORMAT_MAP
- public static final java.lang.String JMS_FORMAT_MAP
The format string for a MapMessage
See Also:
Constructor Detail
SIApiConstants
- public SIApiConstants()