|
Sun Adapter for Websphere MQ API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.stc.connector.webspheremqadapter.message.Message.MsgHeader
public class Message.MsgHeader
Facade that 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| Constructor Summary | |
|---|---|
Message.MsgHeader(Message m)
Create a MsgHeader. |
|
| Method Summary | |
|---|---|
byte[] |
getAccountingToken()
Retrieve the value of the Message's accountingToken variable. |
java.lang.String |
getApplicationIdData()
Retrieve the value of the Message's applicationIdData variable. |
java.lang.String |
getApplicationOriginData()
Retrieve the value of the Message's applicationOriginData variable. |
int |
getBackoutCount()
Retrieve the value of the Message's backoutCount variable. |
int |
getCharacterSet()
Retrieve the value of the Message's characterSet variable. |
byte[] |
getCorrelationId()
Retrieve the value of the Message's correlationId variable. |
int |
getEncoding()
Retrieve the value of the Message's encoding variable. |
int |
getExpiry()
Retrieve the value of the Message's expiry variable. |
int |
getFeedback()
Retrieve the value of the Message's feedback variable. |
java.lang.String |
getFormat()
Retrieve the value of the Message's format variable. |
byte[] |
getGroupId()
Retrieve the value of the Message's groupId variable. |
int |
getMessageFlags()
Retrieve the value of the Message's messageFlags variable. |
byte[] |
getMessageId()
Retrieve the value of the Message's messageId variable. |
int |
getMessageSequenceNumber()
Retrieve the value of the Message's messageSequenceNumber variable. |
int |
getMessageType()
Retrieve the value of the Message's messageType variable. |
int |
getOffset()
Retrieve the value of the Message's offset variable. |
int |
getOriginalLength()
Retrieve the value of the Message's originalLength variable. |
int |
getPersistence()
Retrieve the value of the Message's persistence variable. |
int |
getPriority()
Retrieve the value of the Message's priority variable. |
java.lang.String |
getPutApplicationName()
Retrieve the value of the Message's putApplicationName variable. |
int |
getPutApplicationType()
Retrieve the value of the Message's putApplicationType variable. |
java.util.GregorianCalendar |
getPutDateTime()
Retrieve the value of the Message's putDateTime variable. |
java.lang.String |
getReplyToQueueManagerName()
Retrieve the value of the Message's replyToQueueManagerName variable. |
java.lang.String |
getReplyToQueueName()
Retrieve the value of the Message's replyToQueueName variable. |
int |
getReport()
Retrieve the value of the Message's report variable. |
java.lang.String |
getUserId()
Retrieve the value of the Message's userId variable. |
void |
setAccountingToken(byte[] val)
Assign a value to the Message's accountingToken variable. |
void |
setApplicationIdData(java.lang.String val)
Assign a value to the Message's applicationIdData variable. |
void |
setApplicationOriginData(java.lang.String val)
Assign a value to the Message's applicationOriginData variable. |
void |
setBackoutCount(int val)
Assign a value to the Message's backoutCount variable. |
void |
setCharacterSet(int val)
Assign a value to the Message's characterSet variable. |
void |
setCorrelationId(byte[] val)
Assign a value to the Message's correlationId variable. |
void |
setEncoding(int val)
Assign a value to the Message's encoding variable. |
void |
setExpiry(int val)
Assign a value to the Message's expiry variable. |
void |
setFeedback(int val)
Assign a value to the Message's feedback variable. |
void |
setFormat(java.lang.String val)
Assign a value to the Message's format variable. |
void |
setGroupId(byte[] val)
Assign a value to the Message's groupId variable. |
void |
setMessageFlags(int val)
Assign a value to the Message's messageFlags variable. |
void |
setMessageId(byte[] val)
Assign a value to the Message's messageId variable. |
void |
setMessageSequenceNumber(int val)
Assign a value to the Message's messageSequenceNumber variable. |
void |
setMessageType(int val)
Assign a value to the Message's messageType variable. |
void |
setOffset(int val)
Assign a value to the Message's offset variable. |
void |
setOriginalLength(int val)
Assign a value to the Message's originalLength variable. |
void |
setPersistence(int val)
Assign a value to the Message's persistence variable. |
void |
setPriority(int val)
Assign a value to the Message's priority variable. |
void |
setPutApplicationName(java.lang.String val)
Assign a value to the Message's putApplicationName variable. |
void |
setPutApplicationType(int val)
Assign a value to the Message's putApplicationType variable. |
void |
setPutDateTime(java.util.GregorianCalendar val)
Assign a value to the Message's putDateTime variable. |
void |
setReplyToQueueManagerName(java.lang.String val)
Assign a value to the Message's replyToQueueManagerName variable. |
void |
setReplyToQueueName(java.lang.String val)
Assign a value to the Message's replyToQueueName variable. |
void |
setReport(int val)
Assign a value to the Message's report variable. |
void |
setUserId(java.lang.String val)
Assign a value to the Message's userId variable. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Message.MsgHeader(Message m)
m - Owner of this object.| Method Detail |
|---|
public void setReport(int val)
setReport in interface IMessage.MsgHeaderval - Report request valueMQMD.reportpublic int getReport()
getReport in interface IMessage.MsgHeaderMQMD.reportpublic void setMessageType(int val)
setMessageType in interface IMessage.MsgHeaderval - Message typeMQMD.messageTypepublic int getMessageType()
getMessageType in interface IMessage.MsgHeaderMQMD.messageTypepublic void setExpiry(int val)
setExpiry in interface IMessage.MsgHeaderval - expiryMQMD.expirypublic int getExpiry()
getExpiry in interface IMessage.MsgHeaderMQMD.expirypublic void setFeedback(int val)
setFeedback in interface IMessage.MsgHeaderval - feedbackMQMD.feedbackpublic int getFeedback()
getFeedback in interface IMessage.MsgHeaderMQMD.feedbackpublic void setEncoding(int val)
setEncoding in interface IMessage.MsgHeaderval - encoding typeMQMD.encodingpublic int getEncoding()
getEncoding in interface IMessage.MsgHeaderMQMD.encodingpublic void setCharacterSet(int val)
setCharacterSet in interface IMessage.MsgHeaderval - characterSetMQMD.characterSetpublic int getCharacterSet()
getCharacterSet in interface IMessage.MsgHeaderMQMD.characterSetpublic void setFormat(java.lang.String val)
setFormat in interface IMessage.MsgHeaderval - format typeMQMD.formatpublic java.lang.String getFormat()
getFormat in interface IMessage.MsgHeaderMQMD.formatpublic void setPriority(int val)
setPriority in interface IMessage.MsgHeaderval - priorityMQMD.prioritypublic int getPriority()
getPriority in interface IMessage.MsgHeaderMQMD.prioritypublic void setPersistence(int val)
setPersistence in interface IMessage.MsgHeaderval - persistenceMQMD.persistencepublic int getPersistence()
getPersistence in interface IMessage.MsgHeaderMQMD.persistencepublic void setMessageId(byte[] val)
setMessageId in interface IMessage.MsgHeaderval - Message IDMQMD.messageIdpublic byte[] getMessageId()
getMessageId in interface IMessage.MsgHeaderMQMD.messageIdpublic void setCorrelationId(byte[] val)
setCorrelationId in interface IMessage.MsgHeaderval - Correlation IDMQMD.correlationIdpublic byte[] getCorrelationId()
getCorrelationId in interface IMessage.MsgHeaderMQMD.correlationIdpublic void setBackoutCount(int val)
setBackoutCount in interface IMessage.MsgHeaderval - backout countMQMD.backoutCountpublic int getBackoutCount()
getBackoutCount in interface IMessage.MsgHeaderMQMD.backoutCountpublic void setReplyToQueueName(java.lang.String val)
setReplyToQueueName in interface IMessage.MsgHeaderval - replyToQueueName valueMQMD.replyToQueueNamepublic java.lang.String getReplyToQueueName()
getReplyToQueueName in interface IMessage.MsgHeaderMQMD.replyToQueueNamepublic void setReplyToQueueManagerName(java.lang.String val)
setReplyToQueueManagerName in interface IMessage.MsgHeaderval - replyToQueueManagerName valueMQMD.replyToQueueManagerNamepublic java.lang.String getReplyToQueueManagerName()
getReplyToQueueManagerName in interface IMessage.MsgHeaderMQMD.replyToQueueManagerNamepublic void setUserId(java.lang.String val)
setUserId in interface IMessage.MsgHeaderval - User IDMQMD.userIdpublic java.lang.String getUserId()
getUserId in interface IMessage.MsgHeaderMQMD.userIdpublic void setAccountingToken(byte[] val)
setAccountingToken in interface IMessage.MsgHeaderval - Accounting token typeMQMD.accountingTokenpublic byte[] getAccountingToken()
getAccountingToken in interface IMessage.MsgHeaderMQMD.accountingTokenpublic void setApplicationIdData(java.lang.String val)
setApplicationIdData in interface IMessage.MsgHeaderval - Application IDMQMD.applicationIdDatapublic java.lang.String getApplicationIdData()
getApplicationIdData in interface IMessage.MsgHeaderMQMD.applicationIdDatapublic void setPutApplicationType(int val)
setPutApplicationType in interface IMessage.MsgHeaderval - Message typeMQMD.putApplicationTypepublic int getPutApplicationType()
getPutApplicationType in interface IMessage.MsgHeaderMQMD.putApplicationTypepublic void setPutApplicationName(java.lang.String val)
setPutApplicationName in interface IMessage.MsgHeaderval - Application nameMQMD.putApplicationNamepublic java.lang.String getPutApplicationName()
getPutApplicationName in interface IMessage.MsgHeaderMQMD.putApplicationNamepublic void setPutDateTime(java.util.GregorianCalendar val)
setPutDateTime in interface IMessage.MsgHeaderval - Put date timeMQMD.putDateTimepublic java.util.GregorianCalendar getPutDateTime()
getPutDateTime in interface IMessage.MsgHeaderMQMD.putDateTimepublic void setApplicationOriginData(java.lang.String val)
setApplicationOriginData in interface IMessage.MsgHeaderval - Application originMQMD.applicationOriginDatapublic java.lang.String getApplicationOriginData()
getApplicationOriginData in interface IMessage.MsgHeaderMQMD.applicationOriginDatapublic void setGroupId(byte[] val)
setGroupId in interface IMessage.MsgHeaderval - Group IDMQMD.groupIdpublic byte[] getGroupId()
getGroupId in interface IMessage.MsgHeaderMQMD.groupIdpublic void setMessageSequenceNumber(int val)
setMessageSequenceNumber in interface IMessage.MsgHeaderval - Message sequence numberMQMD.messageSequenceNumberpublic int getMessageSequenceNumber()
getMessageSequenceNumber in interface IMessage.MsgHeaderMQMD.messageSequenceNumberpublic void setOffset(int val)
setOffset in interface IMessage.MsgHeaderval - offsetMQMD.offsetpublic int getOffset()
getOffset in interface IMessage.MsgHeaderMQMD.offsetpublic void setMessageFlags(int val)
setMessageFlags in interface IMessage.MsgHeaderval - Message flagsMQMD.messageFlagspublic int getMessageFlags()
getMessageFlags in interface IMessage.MsgHeaderMQMD.messageFlagspublic void setOriginalLength(int val)
setOriginalLength in interface IMessage.MsgHeaderval - original lengthMQMD.originalLengthpublic int getOriginalLength()
getOriginalLength in interface IMessage.MsgHeaderMQMD.originalLength
|
Sun Adapter for Websphere MQ API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||