|
Sun Adapter for Websphere MQ API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IMessage.MsgHeader
Represents the descriptor portion of a Message. It provides access to Message member variables, but does not validate the values specified for these variables thru this implementation. Please consult IBM's WebSphere MQ Java API documentation detailed information about these variables and their applicable values.
MQMessage,
Message| Method Summary | |
|---|---|
byte[] |
getAccountingToken()
Retrieves the value of the Message's accountingToken variable. |
java.lang.String |
getApplicationIdData()
Retrieves the value of the Message's applicationIdData variable. |
java.lang.String |
getApplicationOriginData()
Retrieves the value of the Message's applicationOriginData variable. |
int |
getBackoutCount()
Retrieves the value of the Message's backoutCount variable. |
int |
getCharacterSet()
Retrieves the value of the Message's characterSet variable. |
byte[] |
getCorrelationId()
Retrieves the value of the Message's correlationId variable. |
int |
getEncoding()
Retrieves the value of the Message's encoding variable. |
int |
getExpiry()
Retrieves the value of the Message's expiry variable. |
int |
getFeedback()
Retrieves the value of the Message's feedback variable. |
java.lang.String |
getFormat()
Retrieves the value of the Message's format variable. |
byte[] |
getGroupId()
Retrieves the value of the Message's groupId variable. |
int |
getMessageFlags()
Retrieves the value of the Message's messageFlags variable. |
byte[] |
getMessageId()
Retrieves the value of the Message's messageId variable. |
int |
getMessageSequenceNumber()
Retrieves the value of the Message's messageSequenceNumber variable. |
int |
getMessageType()
Retrieves the value of the Message's messageType variable. |
int |
getOffset()
Retrieves the value of the Message's offset variable. |
int |
getOriginalLength()
Retrieves the value of the Message's originalLength variable. |
int |
getPersistence()
Retrieves the value of the Message's persistence variable. |
int |
getPriority()
Retrieves the value of the Message's priority variable. |
java.lang.String |
getPutApplicationName()
Retrieves the value of the Message's putApplicationName variable. |
int |
getPutApplicationType()
Retrieves the value of the Message's putApplicationType variable. |
java.util.GregorianCalendar |
getPutDateTime()
Retrieves the value of the Message's putDateTime variable. |
java.lang.String |
getReplyToQueueManagerName()
Retrieves the value of the Message's replyToQueueManagerName variable. |
java.lang.String |
getReplyToQueueName()
Retrieves the value of the Message's replyToQueueName variable. |
int |
getReport()
Retrieves the value of the Message's report variable. |
java.lang.String |
getUserId()
Retrieves the value of the Message's userId variable. |
void |
setAccountingToken(byte[] val)
Assigns a value to the Message's accountingToken variable. |
void |
setApplicationIdData(java.lang.String val)
Assigns a value to the Message's applicationIdData variable. |
void |
setApplicationOriginData(java.lang.String val)
Assigns a value to the Message's applicationOriginData variable. |
void |
setBackoutCount(int val)
Assigns a value to the Message's backoutCount variable. |
void |
setCharacterSet(int val)
Assigns a value to the Message's characterSet variable. |
void |
setCorrelationId(byte[] val)
Assigns a value to the Message's correlationId variable. |
void |
setEncoding(int val)
Assigns a value to the Message's encoding variable. |
void |
setExpiry(int val)
Assigns a value to the Message's expiry variable. |
void |
setFeedback(int val)
Assigns a value to the Message's feedback variable. |
void |
setFormat(java.lang.String val)
Assigns a value to the Message's format variable. |
void |
setGroupId(byte[] val)
Assigns a value to the Message's groupId variable. |
void |
setMessageFlags(int val)
Assigns a value to the Message's messageFlags variable. |
void |
setMessageId(byte[] val)
Assigns a value to the Message's messageId variable. |
void |
setMessageSequenceNumber(int val)
Assigns a value to the Message's messageSequenceNumber variable. |
void |
setMessageType(int val)
Assigns a value to the Message's messageType variable. |
void |
setOffset(int val)
Assigns a value to the Message's offset variable. |
void |
setOriginalLength(int val)
Assigns a value to the Message's originalLength variable. |
void |
setPersistence(int val)
Assigns a value to the Message's persistence variable. |
void |
setPriority(int val)
Assigns a value to the Message's priority variable. |
void |
setPutApplicationName(java.lang.String val)
Assigns a value to the Message's putApplicationName variable. |
void |
setPutApplicationType(int val)
Assigns a value to the Message's putApplicationType variable. |
void |
setPutDateTime(java.util.GregorianCalendar val)
Assigns a value to the Message's putDateTime variable. |
void |
setReplyToQueueManagerName(java.lang.String val)
Assigns a value to the Message's replyToQueueManagerName variable. |
void |
setReplyToQueueName(java.lang.String val)
Assigns a value to the Message's replyToQueueName variable. |
void |
setReport(int val)
Assigns a value to the Message's report variable. |
void |
setUserId(java.lang.String val)
Assigns a value to the Message's userId variable. |
| Method Detail |
|---|
void setReport(int val)
val - Report request valueMQMD.reportint getReport()
int - Returns the report request value.
MQMD.reportvoid setMessageType(int val)
val - Message typeMQMD.messageTypeint getMessageType()
int - Returns the message type value.
MQMD.messageTypevoid setExpiry(int val)
val - expiryMQMD.expiryint getExpiry()
int - Returns the expiry value.
MQMD.expiryvoid setFeedback(int val)
val - feedbackMQMD.feedbackint getFeedback()
int - Returns the feedback value.
MQMD.feedbackvoid setEncoding(int val)
val - encoding typeMQMD.encodingint getEncoding()
int - Returns the encoding value.
MQMD.encodingvoid setCharacterSet(int val)
val - characterSetMQMD.characterSetint getCharacterSet()
int - Returns the characterSet value.
MQMD.characterSetvoid setFormat(java.lang.String val)
val - format typeMQMD.formatjava.lang.String getFormat()
int - Returns the format value.
MQMD.formatvoid setPriority(int val)
val - priorityMQMD.priorityint getPriority()
int - Returns the priority value.
MQMD.priorityvoid setPersistence(int val)
val - persistenceMQMD.persistenceint getPersistence()
int - Returns the persistence value.
MQMD.persistencevoid setMessageId(byte[] val)
val - Message IDMQMD.messageIdbyte[] getMessageId()
byte[] - Returns the messageId value.
MQMD.messageIdvoid setCorrelationId(byte[] val)
val - Correlation IDMQMD.correlationIdbyte[] getCorrelationId()
byte[] - Returns the correlationId value.
MQMD.correlationIdvoid setBackoutCount(int val)
val - backout countMQMD.backoutCountint getBackoutCount()
int - Returns the backoutCount value.
MQMD.backoutCountvoid setReplyToQueueName(java.lang.String val)
val - replyToQueueName valueMQMD.replyToQueueNamejava.lang.String getReplyToQueueName()
String - Returns the replyToQueueName value.
MQMD.replyToQueueNamevoid setReplyToQueueManagerName(java.lang.String val)
val - replyToQueueManagerName valueMQMD.replyToQueueManagerNamejava.lang.String getReplyToQueueManagerName()
String - Returns the replyToQueueManagerName value.
MQMD.replyToQueueManagerNamevoid setUserId(java.lang.String val)
val - User IDMQMD.userIdjava.lang.String getUserId()
String - Returns the userId value.
MQMD.userIdvoid setAccountingToken(byte[] val)
val - Accounting token typeMQMD.accountingTokenbyte[] getAccountingToken()
byte[] - Returns the accountingToken value.
MQMD.accountingTokenvoid setApplicationIdData(java.lang.String val)
val - Application IDMQMD.applicationIdDatajava.lang.String getApplicationIdData()
String - Returns the applicationIdData value.
MQMD.applicationIdDatavoid setPutApplicationType(int val)
val - Message typeMQMD.putApplicationTypeint getPutApplicationType()
int - Returns the putApplicationType value.
MQMD.putApplicationTypevoid setPutApplicationName(java.lang.String val)
val - Application nameMQMD.putApplicationNamejava.lang.String getPutApplicationName()
String - Returns the putApplicationName value.
MQMD.putApplicationNamevoid setPutDateTime(java.util.GregorianCalendar val)
val - Put date timeMQMD.putDateTimejava.util.GregorianCalendar getPutDateTime()
java.util.GregorianCalendar - Returns the putDateTime value.
MQMD.putDateTimevoid setApplicationOriginData(java.lang.String val)
val - Application originMQMD.applicationOriginDatajava.lang.String getApplicationOriginData()
String - Returns the applicationOriginData value.
MQMD.applicationOriginDatavoid setGroupId(byte[] val)
val - Group IDMQMD.groupIdbyte[] getGroupId()
byte[] - Returns the groupId value.
MQMD.groupIdvoid setMessageSequenceNumber(int val)
val - Message sequence numberMQMD.messageSequenceNumberint getMessageSequenceNumber()
int - Returns the messageSequenceNumber value.
MQMD.messageSequenceNumbervoid setOffset(int val)
val - offsetMQMD.offsetint getOffset()
int - Returns the offset value.
MQMD.offsetvoid setMessageFlags(int val)
val - Message flagsMQMD.messageFlagsint getMessageFlags()
int - Returns the messageFlags value.
MQMD.messageFlagsvoid setOriginalLength(int val)
val - original lengthMQMD.originalLengthint getOriginalLength()
int - Returns the originalLength value.
MQMD.originalLength
|
Sun Adapter for Websphere MQ API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||