com.ibm.websphere.sib

Class SIApiConstants

  1. java.lang.Object
  2. extended bycom.ibm.websphere.sib.SIApiConstants

  1. public class SIApiConstants
  2. extends java.lang.Object
Constants useful for API message programmers

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
JMS_FORMAT
The format string for a bodyless JMS message
  1. static
  2. java.lang.String
JMS_FORMAT_BYTES
The format string for a BytesMessage
  1. static
  2. java.lang.String
JMS_FORMAT_MAP
The format string for a MapMessage
  1. static
  2. java.lang.String
JMS_FORMAT_OBJECT
The format string for an ObjectMessage
  1. static
  2. java.lang.String
JMS_FORMAT_STREAM
The format string for a StreamMessage
  1. static
  2. java.lang.String
JMS_FORMAT_TEXT
The format string for a TextMessage
  1. static
  2. java.lang.Integer
REPORT_COA
The report integer for report on arrival
  1. static
  2. java.lang.Integer
REPORT_COD
The report integer for report on delivery
  1. static
  2. java.lang.Integer
REPORT_EXCEPTION
The report integer for report on exception
  1. static
  2. java.lang.Integer
REPORT_EXPIRY
The report integer for report on expiry
  1. static
  2. java.lang.Integer
REPORT_NAN
The report integer for negative action notification
  1. static
  2. java.lang.Byte
REPORT_NO_DATA
The report byte for reports without data
  1. static
  2. java.lang.Integer
REPORT_PAN
The report integer for positive action notification
  1. static
  2. java.lang.Byte
REPORT_WITH_DATA
The report byte for reports with data
  1. static
  2. java.lang.Byte
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

  1. public static final java.lang.Byte REPORT_NO_DATA
The report byte for reports without data

REPORT_WITH_DATA

  1. public static final java.lang.Byte REPORT_WITH_DATA
The report byte for reports with data

REPORT_WITH_FULL_DATA

  1. public static final java.lang.Byte REPORT_WITH_FULL_DATA
The report byte for reports with full data

REPORT_EXPIRY

  1. public static final java.lang.Integer REPORT_EXPIRY
The report integer for report on expiry

REPORT_EXCEPTION

  1. public static final java.lang.Integer REPORT_EXCEPTION
The report integer for report on exception

REPORT_COA

  1. public static final java.lang.Integer REPORT_COA
The report integer for report on arrival

REPORT_COD

  1. public static final java.lang.Integer REPORT_COD
The report integer for report on delivery

REPORT_PAN

  1. public static final java.lang.Integer REPORT_PAN
The report integer for positive action notification

REPORT_NAN

  1. public static final java.lang.Integer REPORT_NAN
The report integer for negative action notification

JMS_FORMAT

  1. public static final java.lang.String JMS_FORMAT
The format string for a bodyless JMS message
See Also:

JMS_FORMAT_BYTES

  1. public static final java.lang.String JMS_FORMAT_BYTES
The format string for a BytesMessage
See Also:

JMS_FORMAT_TEXT

  1. public static final java.lang.String JMS_FORMAT_TEXT
The format string for a TextMessage
See Also:

JMS_FORMAT_OBJECT

  1. public static final java.lang.String JMS_FORMAT_OBJECT
The format string for an ObjectMessage
See Also:

JMS_FORMAT_STREAM

  1. public static final java.lang.String JMS_FORMAT_STREAM
The format string for a StreamMessage
See Also:

JMS_FORMAT_MAP

  1. public static final java.lang.String JMS_FORMAT_MAP
The format string for a MapMessage
See Also:

Constructor Detail

SIApiConstants

  1. public SIApiConstants()