com.ibm.websphere.sca.mq.structures
Interface MQIIH
- public interface MQIIH
The following features are supported:
-
Version
-
Flags
-
LTerm Override
-
MFS Map Name
-
Reply To Format
-
Authenticator
-
Tran Instance Id
-
Tran State
-
Commit Mode
-
Security Scope
-
Reserved
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAuthenticator()
Returns the value of the 'Authenticator' attribute
|
|
getCommitMode()
Returns the value of the 'Commit Mode' attribute
|
|
getFlags()
Returns the value of the 'Flags' attribute
|
|
getLTermOverride()
Returns the value of the 'LTerm Override' attribute
|
|
getMFSMapName()
Returns the value of the 'MFS Map Name' attribute
|
|
getReplyToFormat()
Returns the value of the 'Reply To Format' attribute
|
|
getReserved()
Returns the value of the 'Reserved' attribute
|
|
getSecurityScope()
Returns the value of the 'Security Scope' attribute
|
|
getTranInstanceId()
Returns the value of the 'Tran Instance Id' attribute
|
|
getTranState()
Returns the value of the 'Tran State' attribute
|
|
getVersion()
Returns the value of the 'Version' attribute.
|
|
isSetFlags()
Returns whether the value of the '
Flags ' attribute is set
|
|
isSetVersion()
Returns whether the value of the '
Version ' attribute is set
|
|
setAuthenticator(java.lang.String value)
Sets the value of the '
Authenticator ' attribute
|
|
setCommitMode(java.lang.String value)
Sets the value of the '
Commit Mode ' attribute
|
|
setFlags(int value)
Sets the value of the '
Flags ' attribute
|
|
setLTermOverride(java.lang.String value)
Sets the value of the '
LTerm Override ' attribute
|
|
setMFSMapName(java.lang.String value)
Sets the value of the '
MFS Map Name ' attribute
|
|
setReplyToFormat(java.lang.String value)
Sets the value of the '
Reply To Format ' attribute
|
|
setReserved(java.lang.String value)
Sets the value of the '
Reserved ' attribute
|
|
setSecurityScope(java.lang.String value)
Sets the value of the '
Security Scope ' attribute
|
|
setTranInstanceId(byte[] value)
Sets the value of the '
Tran Instance Id ' attribute
|
|
setTranState(java.lang.String value)
Sets the value of the '
Tran State ' attribute
|
|
setVersion(int value)
Sets the value of the '
Version ' attribute
|
|
unsetFlags()
Unsets the value of the '
Flags ' attribute
|
|
unsetVersion()
Unsets the value of the '
Version ' attribute
|
Method Detail
getVersion
- int getVersion()
setVersion
- void setVersion(int value)
Version
' attribute.
value
- the new value of the 'Version' attribute. unsetVersion
- void unsetVersion()
Version
' attribute.
isSetVersion
- boolean isSetVersion()
Version
' attribute is set.
getFlags
- int getFlags()
If the meaning of the 'Flags' attribute isn't clear, there really should be more of a description here...
setFlags
- void setFlags(int value)
Flags
' attribute.
value
- the new value of the 'Flags' attribute. unsetFlags
- void unsetFlags()
Flags
' attribute.
isSetFlags
- boolean isSetFlags()
Flags
' attribute is set.
getLTermOverride
- java.lang.String getLTermOverride( )
If the meaning of the 'LTerm Override' attribute isn't clear, there really should be more of a description here...
setLTermOverride
- void setLTermOverride(java.lang.String value)
LTerm Override
' attribute.
getMFSMapName
- java.lang.String getMFSMapName( )
If the meaning of the 'MFS Map Name' attribute isn't clear, there really should be more of a description here...
setMFSMapName
- void setMFSMapName(java.lang.String value)
MFS Map Name
' attribute.
getReplyToFormat
- java.lang.String getReplyToFormat( )
If the meaning of the 'Reply To Format' attribute isn't clear, there really should be more of a description here...
setReplyToFormat
- void setReplyToFormat(java.lang.String value)
Reply To Format
' attribute.
getAuthenticator
- java.lang.String getAuthenticator( )
If the meaning of the 'Authenticator' attribute isn't clear, there really should be more of a description here...
setAuthenticator
- void setAuthenticator(java.lang.String value)
Authenticator
' attribute.
getTranInstanceId
- byte[] getTranInstanceId()
If the meaning of the 'Tran Instance Id' attribute isn't clear, there really should be more of a description here...
setTranInstanceId
- void setTranInstanceId(byte[] value)
Tran Instance Id
' attribute.
value
- the new value of the 'Tran Instance Id' attribute. getTranState
- java.lang.String getTranState()
If the meaning of the 'Tran State' attribute isn't clear, there really should be more of a description here...
setTranState
- void setTranState(java.lang.String value)
Tran State
' attribute.
getCommitMode
- java.lang.String getCommitMode( )
If the meaning of the 'Commit Mode' attribute isn't clear, there really should be more of a description here...
setCommitMode
- void setCommitMode(java.lang.String value)
Commit Mode
' attribute.
getSecurityScope
- java.lang.String getSecurityScope( )
If the meaning of the 'Security Scope' attribute isn't clear, there really should be more of a description here...
setSecurityScope
- void setSecurityScope(java.lang.String value)
Security Scope
' attribute.
getReserved
- java.lang.String getReserved()
If the meaning of the 'Reserved' attribute isn't clear, there really should be more of a description here...
setReserved
- void setReserved(java.lang.String value)
Reserved
' attribute.
"1"
.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...