com.ibm.websphere.sca.mq.structures
Interface MQMD
- public interface MQMD
The following features are supported:
-
Report
-
Msg Type
-
Expiry
-
Feedback
-
Priority
-
Persistence
-
Msg Id
-
Correl Id
-
Backout Count
-
Reply To Q
-
Reply To QMgr
-
User Identifier
-
Accounting Token
-
Appl Identity Data
-
Put Appl Type
-
Put Appl Name
-
Put Date
-
Put Time
-
Appl Origin Data
-
Group Id
-
Msg Seq Number
-
Offset
-
Msg Flags
-
Original Length
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAccountingToken()
Returns the value of the 'Accounting Token' attribute
|
|
getApplIdentityData()
Returns the value of the 'Appl Identity Data' attribute
|
|
getApplOriginData()
Returns the value of the 'Appl Origin Data' attribute
|
|
getBackoutCount()
Returns the value of the 'Backout Count' attribute
|
|
getCorrelId()
Returns the value of the 'Correl Id' attribute
|
|
getExpiry()
Returns the value of the 'Expiry' attribute
|
|
getFeedback()
Returns the value of the 'Feedback' attribute
|
|
getGroupId()
Returns the value of the 'Group Id' attribute
|
|
getMsgFlags()
Returns the value of the 'Msg Flags' attribute
|
|
getMsgId()
Returns the value of the 'Msg Id' attribute
|
|
getMsgSeqNumber()
Returns the value of the 'Msg Seq Number' attribute
|
|
getMsgType()
Returns the value of the 'Msg Type' attribute
|
|
getOffset()
Returns the value of the 'Offset' attribute
|
|
getOriginalLength()
Returns the value of the 'Original Length' attribute
|
|
getPersistence()
Returns the value of the 'Persistence' attribute
|
|
getPriority()
Returns the value of the 'Priority' attribute
|
|
getPutApplName()
Returns the value of the 'Put Appl Name' attribute
|
|
getPutApplType()
Returns the value of the 'Put Appl Type' attribute
|
|
getPutDate()
Returns the value of the 'Put Date' attribute
|
|
getPutTime()
Returns the value of the 'Put Time' attribute
|
|
getReplyToQ()
Returns the value of the 'Reply To Q' attribute
|
|
getReplyToQMgr()
Returns the value of the 'Reply To QMgr' attribute
|
|
getReport()
Returns the value of the 'Report' attribute
|
|
getUserIdentifier()
Returns the value of the 'User Identifier' attribute
|
|
isSetBackoutCount()
Returns whether the value of the '
Backout Count ' attribute is set
|
|
isSetExpiry()
Returns whether the value of the '
Expiry ' attribute is set
|
|
isSetFeedback()
Returns whether the value of the '
Feedback ' attribute is set
|
|
isSetMsgFlags()
Returns whether the value of the '
Msg Flags ' attribute is set
|
|
isSetMsgSeqNumber()
Returns whether the value of the '
Msg Seq Number ' attribute is set
|
|
isSetMsgType()
Returns whether the value of the '
Msg Type ' attribute is set
|
|
isSetOffset()
Returns whether the value of the '
Offset ' attribute is set
|
|
isSetOriginalLength()
Returns whether the value of the '
Original Length ' attribute is set
|
|
isSetPersistence()
Returns whether the value of the '
Persistence ' attribute is set
|
|
isSetPriority()
Returns whether the value of the '
Priority ' attribute is set
|
|
isSetPutApplType()
Returns whether the value of the '
Put Appl Type ' attribute is set
|
|
isSetReport()
Returns whether the value of the '
Report ' attribute is set
|
|
setAccountingToken(byte[] value)
Sets the value of the '
Accounting Token ' attribute
|
|
setApplIdentityData(java.lang.String value)
Sets the value of the '
Appl Identity Data ' attribute
|
|
setApplOriginData(java.lang.String value)
Sets the value of the '
Appl Origin Data ' attribute
|
|
setBackoutCount(int value)
Sets the value of the '
Backout Count ' attribute
|
|
setCorrelId(byte[] value)
Sets the value of the '
Correl Id ' attribute
|
|
setExpiry(int value)
Sets the value of the '
Expiry ' attribute
|
|
setFeedback(int value)
Sets the value of the '
Feedback ' attribute
|
|
setGroupId(byte[] value)
Sets the value of the '
Group Id ' attribute
|
|
setMsgFlags(int value)
Sets the value of the '
Msg Flags ' attribute
|
|
setMsgId(byte[] value)
Sets the value of the '
Msg Id ' attribute
|
|
setMsgSeqNumber(int value)
Sets the value of the '
Msg Seq Number ' attribute
|
|
setMsgType(int value)
Sets the value of the '
Msg Type ' attribute
|
|
setOffset(int value)
Sets the value of the '
Offset ' attribute
|
|
setOriginalLength(int value)
Sets the value of the '
Original Length ' attribute
|
|
setPersistence(int value)
Sets the value of the '
Persistence ' attribute
|
|
setPriority(int value)
Sets the value of the '
Priority ' attribute
|
|
setPutApplName(java.lang.String value)
Sets the value of the '
Put Appl Name ' attribute
|
|
setPutApplType(int value)
Sets the value of the '
Put Appl Type ' attribute
|
|
setPutDate(java.lang.String value)
Sets the value of the '
Put Date ' attribute
|
|
setPutTime(java.lang.String value)
Sets the value of the '
Put Time ' attribute
|
|
setReplyToQ(java.lang.String value)
Sets the value of the '
Reply To Q ' attribute
|
|
setReplyToQMgr(java.lang.String value)
Sets the value of the '
Reply To QMgr ' attribute
|
|
setReport(int value)
Sets the value of the '
Report ' attribute
|
|
setUserIdentifier(java.lang.String value)
Sets the value of the '
User Identifier ' attribute
|
|
unsetBackoutCount()
Unsets the value of the '
Backout Count ' attribute
|
|
unsetExpiry()
Unsets the value of the '
Expiry ' attribute
|
|
unsetFeedback()
Unsets the value of the '
Feedback ' attribute
|
|
unsetMsgFlags()
Unsets the value of the '
Msg Flags ' attribute
|
|
unsetMsgSeqNumber()
Unsets the value of the '
Msg Seq Number ' attribute
|
|
unsetMsgType()
Unsets the value of the '
Msg Type ' attribute
|
|
unsetOffset()
Unsets the value of the '
Offset ' attribute
|
|
unsetOriginalLength()
Unsets the value of the '
Original Length ' attribute
|
|
unsetPersistence()
Unsets the value of the '
Persistence ' attribute
|
|
unsetPriority()
Unsets the value of the '
Priority ' attribute
|
|
unsetPutApplType()
Unsets the value of the '
Put Appl Type ' attribute
|
|
unsetReport()
Unsets the value of the '
Report ' attribute
|
Method Detail
getReport
- int getReport()
setReport
- void setReport(int value)
Report
' attribute.
value
- the new value of the 'Report' attribute. unsetReport
- void unsetReport()
Report
' attribute.
isSetReport
- boolean isSetReport()
Report
' attribute is set.
getMsgType
- int getMsgType()
If the meaning of the 'Msg Type' attribute isn't clear, there really should be more of a description here...
setMsgType
- void setMsgType(int value)
Msg Type
' attribute.
value
- the new value of the 'Msg Type' attribute. unsetMsgType
- void unsetMsgType()
Msg Type
' attribute.
isSetMsgType
- boolean isSetMsgType()
Msg Type
' attribute is set.
getExpiry
- int getExpiry()
If the meaning of the 'Expiry' attribute isn't clear, there really should be more of a description here...
setExpiry
- void setExpiry(int value)
Expiry
' attribute.
value
- the new value of the 'Expiry' attribute. unsetExpiry
- void unsetExpiry()
Expiry
' attribute.
isSetExpiry
- boolean isSetExpiry()
Expiry
' attribute is set.
getFeedback
- int getFeedback()
If the meaning of the 'Feedback' attribute isn't clear, there really should be more of a description here...
setFeedback
- void setFeedback(int value)
Feedback
' attribute.
value
- the new value of the 'Feedback' attribute. unsetFeedback
- void unsetFeedback()
Feedback
' attribute.
isSetFeedback
- boolean isSetFeedback()
Feedback
' attribute is set.
getPriority
- int getPriority()
If the meaning of the 'Priority' attribute isn't clear, there really should be more of a description here...
setPriority
- void setPriority(int value)
Priority
' attribute.
value
- the new value of the 'Priority' attribute. unsetPriority
- void unsetPriority()
Priority
' attribute.
isSetPriority
- boolean isSetPriority()
Priority
' attribute is set.
getPersistence
- int getPersistence()
If the meaning of the 'Persistence' attribute isn't clear, there really should be more of a description here...
setPersistence
- void setPersistence(int value)
Persistence
' attribute.
value
- the new value of the 'Persistence' attribute. unsetPersistence
- void unsetPersistence()
Persistence
' attribute.
isSetPersistence
- boolean isSetPersistence()
Persistence
' attribute is set.
getMsgId
- byte[] getMsgId()
If the meaning of the 'Msg Id' attribute isn't clear, there really should be more of a description here...
setMsgId
- void setMsgId(byte[] value)
Msg Id
' attribute.
getCorrelId
- byte[] getCorrelId()
If the meaning of the 'Correl Id' attribute isn't clear, there really should be more of a description here...
setCorrelId
- void setCorrelId(byte[] value)
Correl Id
' attribute.
getBackoutCount
- int getBackoutCount()
If the meaning of the 'Backout Count' attribute isn't clear, there really should be more of a description here...
setBackoutCount
- void setBackoutCount(int value)
Backout Count
' attribute.
value
- the new value of the 'Backout Count' attribute. unsetBackoutCount
- void unsetBackoutCount()
Backout Count
' attribute.
isSetBackoutCount
- boolean isSetBackoutCount()
Backout Count
' attribute is set.
getReplyToQ
- java.lang.String getReplyToQ()
If the meaning of the 'Reply To Q' attribute isn't clear, there really should be more of a description here...
setReplyToQ
- void setReplyToQ(java.lang.String value)
Reply To Q
' attribute.
getReplyToQMgr
- java.lang.String getReplyToQMgr( )
If the meaning of the 'Reply To QMgr' attribute isn't clear, there really should be more of a description here...
setReplyToQMgr
- void setReplyToQMgr(java.lang.String value)
Reply To QMgr
' attribute.
getUserIdentifier
- java.lang.String getUserIdentifier( )
If the meaning of the 'User Identifier' attribute isn't clear, there really should be more of a description here...
setUserIdentifier
- void setUserIdentifier(java.lang.String value)
User Identifier
' attribute.
getAccountingToken
- byte[] getAccountingToken()
If the meaning of the 'Accounting Token' attribute isn't clear, there really should be more of a description here...
setAccountingToken
- void setAccountingToken(byte[] value)
Accounting Token
' attribute.
value
- the new value of the 'Accounting Token' attribute. getApplIdentityData
- java.lang.String getApplIdentityData( )
If the meaning of the 'Appl Identity Data' attribute isn't clear, there really should be more of a description here...
setApplIdentityData
- void setApplIdentityData(java.lang.String value)
Appl Identity Data
' attribute.
value
- the new value of the 'Appl Identity Data' attribute. getPutApplType
- int getPutApplType()
If the meaning of the 'Put Appl Type' attribute isn't clear, there really should be more of a description here...
setPutApplType
- void setPutApplType(int value)
Put Appl Type
' attribute.
value
- the new value of the 'Put Appl Type' attribute. unsetPutApplType
- void unsetPutApplType()
Put Appl Type
' attribute.
isSetPutApplType
- boolean isSetPutApplType()
Put Appl Type
' attribute is set.
getPutApplName
- java.lang.String getPutApplName( )
If the meaning of the 'Put Appl Name' attribute isn't clear, there really should be more of a description here...
setPutApplName
- void setPutApplName(java.lang.String value)
Put Appl Name
' attribute.
getPutDate
- java.lang.String getPutDate()
If the meaning of the 'Put Date' attribute isn't clear, there really should be more of a description here...
setPutDate
- void setPutDate(java.lang.String value)
Put Date
' attribute.
getPutTime
- java.lang.String getPutTime()
If the meaning of the 'Put Time' attribute isn't clear, there really should be more of a description here...
setPutTime
- void setPutTime(java.lang.String value)
Put Time
' attribute.
getApplOriginData
- java.lang.String getApplOriginData( )
If the meaning of the 'Appl Origin Data' attribute isn't clear, there really should be more of a description here...
setApplOriginData
- void setApplOriginData(java.lang.String value)
Appl Origin Data
' attribute.
value
- the new value of the 'Appl Origin Data' attribute. getGroupId
- byte[] getGroupId()
If the meaning of the 'Group Id' attribute isn't clear, there really should be more of a description here...
setGroupId
- void setGroupId(byte[] value)
Group Id
' attribute.
getMsgSeqNumber
- int getMsgSeqNumber()
If the meaning of the 'Msg Seq Number' attribute isn't clear, there really should be more of a description here...
setMsgSeqNumber
- void setMsgSeqNumber(int value)
Msg Seq Number
' attribute.
value
- the new value of the 'Msg Seq Number' attribute. unsetMsgSeqNumber
- void unsetMsgSeqNumber()
Msg Seq Number
' attribute.
isSetMsgSeqNumber
- boolean isSetMsgSeqNumber()
Msg Seq Number
' attribute is set.
getOffset
- int getOffset()
If the meaning of the 'Offset' attribute isn't clear, there really should be more of a description here...
setOffset
- void setOffset(int value)
Offset
' attribute.
value
- the new value of the 'Offset' attribute. unsetOffset
- void unsetOffset()
Offset
' attribute.
isSetOffset
- boolean isSetOffset()
Offset
' attribute is set.
getMsgFlags
- int getMsgFlags()
If the meaning of the 'Msg Flags' attribute isn't clear, there really should be more of a description here...
setMsgFlags
- void setMsgFlags(int value)
Msg Flags
' attribute.
value
- the new value of the 'Msg Flags' attribute. unsetMsgFlags
- void unsetMsgFlags()
Msg Flags
' attribute.
isSetMsgFlags
- boolean isSetMsgFlags()
Msg Flags
' attribute is set.
getOriginalLength
- int getOriginalLength()
If the meaning of the 'Original Length' attribute isn't clear, there really should be more of a description here...
setOriginalLength
- void setOriginalLength(int value)
Original Length
' attribute.
value
- the new value of the 'Original Length' attribute. unsetOriginalLength
- void unsetOriginalLength()
Original Length
' attribute.
isSetOriginalLength
- boolean isSetOriginalLength()
Original Length
' attribute is set.
If the meaning of the 'Report' attribute isn't clear, there really should be more of a description here...