|
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.MsgHeader
val
- Report request valueMQMD.report
public int getReport()
getReport
in interface IMessage.MsgHeader
MQMD.report
public void setMessageType(int val)
setMessageType
in interface IMessage.MsgHeader
val
- Message typeMQMD.messageType
public int getMessageType()
getMessageType
in interface IMessage.MsgHeader
MQMD.messageType
public void setExpiry(int val)
setExpiry
in interface IMessage.MsgHeader
val
- expiryMQMD.expiry
public int getExpiry()
getExpiry
in interface IMessage.MsgHeader
MQMD.expiry
public void setFeedback(int val)
setFeedback
in interface IMessage.MsgHeader
val
- feedbackMQMD.feedback
public int getFeedback()
getFeedback
in interface IMessage.MsgHeader
MQMD.feedback
public void setEncoding(int val)
setEncoding
in interface IMessage.MsgHeader
val
- encoding typeMQMD.encoding
public int getEncoding()
getEncoding
in interface IMessage.MsgHeader
MQMD.encoding
public void setCharacterSet(int val)
setCharacterSet
in interface IMessage.MsgHeader
val
- characterSetMQMD.characterSet
public int getCharacterSet()
getCharacterSet
in interface IMessage.MsgHeader
MQMD.characterSet
public void setFormat(java.lang.String val)
setFormat
in interface IMessage.MsgHeader
val
- format typeMQMD.format
public java.lang.String getFormat()
getFormat
in interface IMessage.MsgHeader
MQMD.format
public void setPriority(int val)
setPriority
in interface IMessage.MsgHeader
val
- priorityMQMD.priority
public int getPriority()
getPriority
in interface IMessage.MsgHeader
MQMD.priority
public void setPersistence(int val)
setPersistence
in interface IMessage.MsgHeader
val
- persistenceMQMD.persistence
public int getPersistence()
getPersistence
in interface IMessage.MsgHeader
MQMD.persistence
public void setMessageId(byte[] val)
setMessageId
in interface IMessage.MsgHeader
val
- Message IDMQMD.messageId
public byte[] getMessageId()
getMessageId
in interface IMessage.MsgHeader
MQMD.messageId
public void setCorrelationId(byte[] val)
setCorrelationId
in interface IMessage.MsgHeader
val
- Correlation IDMQMD.correlationId
public byte[] getCorrelationId()
getCorrelationId
in interface IMessage.MsgHeader
MQMD.correlationId
public void setBackoutCount(int val)
setBackoutCount
in interface IMessage.MsgHeader
val
- backout countMQMD.backoutCount
public int getBackoutCount()
getBackoutCount
in interface IMessage.MsgHeader
MQMD.backoutCount
public void setReplyToQueueName(java.lang.String val)
setReplyToQueueName
in interface IMessage.MsgHeader
val
- replyToQueueName valueMQMD.replyToQueueName
public java.lang.String getReplyToQueueName()
getReplyToQueueName
in interface IMessage.MsgHeader
MQMD.replyToQueueName
public void setReplyToQueueManagerName(java.lang.String val)
setReplyToQueueManagerName
in interface IMessage.MsgHeader
val
- replyToQueueManagerName valueMQMD.replyToQueueManagerName
public java.lang.String getReplyToQueueManagerName()
getReplyToQueueManagerName
in interface IMessage.MsgHeader
MQMD.replyToQueueManagerName
public void setUserId(java.lang.String val)
setUserId
in interface IMessage.MsgHeader
val
- User IDMQMD.userId
public java.lang.String getUserId()
getUserId
in interface IMessage.MsgHeader
MQMD.userId
public void setAccountingToken(byte[] val)
setAccountingToken
in interface IMessage.MsgHeader
val
- Accounting token typeMQMD.accountingToken
public byte[] getAccountingToken()
getAccountingToken
in interface IMessage.MsgHeader
MQMD.accountingToken
public void setApplicationIdData(java.lang.String val)
setApplicationIdData
in interface IMessage.MsgHeader
val
- Application IDMQMD.applicationIdData
public java.lang.String getApplicationIdData()
getApplicationIdData
in interface IMessage.MsgHeader
MQMD.applicationIdData
public void setPutApplicationType(int val)
setPutApplicationType
in interface IMessage.MsgHeader
val
- Message typeMQMD.putApplicationType
public int getPutApplicationType()
getPutApplicationType
in interface IMessage.MsgHeader
MQMD.putApplicationType
public void setPutApplicationName(java.lang.String val)
setPutApplicationName
in interface IMessage.MsgHeader
val
- Application nameMQMD.putApplicationName
public java.lang.String getPutApplicationName()
getPutApplicationName
in interface IMessage.MsgHeader
MQMD.putApplicationName
public void setPutDateTime(java.util.GregorianCalendar val)
setPutDateTime
in interface IMessage.MsgHeader
val
- Put date timeMQMD.putDateTime
public java.util.GregorianCalendar getPutDateTime()
getPutDateTime
in interface IMessage.MsgHeader
MQMD.putDateTime
public void setApplicationOriginData(java.lang.String val)
setApplicationOriginData
in interface IMessage.MsgHeader
val
- Application originMQMD.applicationOriginData
public java.lang.String getApplicationOriginData()
getApplicationOriginData
in interface IMessage.MsgHeader
MQMD.applicationOriginData
public void setGroupId(byte[] val)
setGroupId
in interface IMessage.MsgHeader
val
- Group IDMQMD.groupId
public byte[] getGroupId()
getGroupId
in interface IMessage.MsgHeader
MQMD.groupId
public void setMessageSequenceNumber(int val)
setMessageSequenceNumber
in interface IMessage.MsgHeader
val
- Message sequence numberMQMD.messageSequenceNumber
public int getMessageSequenceNumber()
getMessageSequenceNumber
in interface IMessage.MsgHeader
MQMD.messageSequenceNumber
public void setOffset(int val)
setOffset
in interface IMessage.MsgHeader
val
- offsetMQMD.offset
public int getOffset()
getOffset
in interface IMessage.MsgHeader
MQMD.offset
public void setMessageFlags(int val)
setMessageFlags
in interface IMessage.MsgHeader
val
- Message flagsMQMD.messageFlags
public int getMessageFlags()
getMessageFlags
in interface IMessage.MsgHeader
MQMD.messageFlags
public void setOriginalLength(int val)
setOriginalLength
in interface IMessage.MsgHeader
val
- original lengthMQMD.originalLength
public int getOriginalLength()
getOriginalLength
in interface IMessage.MsgHeader
MQMD.originalLength
|
Sun Adapter for Websphere MQ API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |