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