IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.sib
Class SIApiConstants

java.lang.Object
  extended by com.ibm.websphere.sib.SIApiConstants

public class SIApiConstants
extends java.lang.Object

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

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:
Constant Field Values

JMS_FORMAT_BYTES

public static final java.lang.String JMS_FORMAT_BYTES
The format string for a BytesMessage

See Also:
Constant Field Values

JMS_FORMAT_TEXT

public static final java.lang.String JMS_FORMAT_TEXT
The format string for a TextMessage

See Also:
Constant Field Values

JMS_FORMAT_OBJECT

public static final java.lang.String JMS_FORMAT_OBJECT
The format string for an ObjectMessage

See Also:
Constant Field Values

JMS_FORMAT_STREAM

public static final java.lang.String JMS_FORMAT_STREAM
The format string for a StreamMessage

See Also:
Constant Field Values

JMS_FORMAT_MAP

public static final java.lang.String JMS_FORMAT_MAP
The format string for a MapMessage

See Also:
Constant Field Values
Constructor Detail

SIApiConstants

public SIApiConstants()

IBM WebSphere Application ServerTM
Release 7