|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.dse.services.comms.Lu0Message
This Lu0Message class represents a Lu0 message with message characteristics.
Field Summary | |
static java.lang.String |
COMPID
|
static java.lang.String |
DEFINITE_RESPONSE
|
static java.lang.String |
EXCEPTION_RESPONSE
|
static java.lang.String |
NEGATIVE_RESPONSE
|
static java.lang.String |
NO_RESPONSE
|
static java.lang.String |
POSITIVE_RESPONSE
|
protected java.beans.PropertyChangeSupport |
propertyChange
|
static java.lang.String |
REQUEST
|
Constructor Summary | |
Lu0Message()
|
Method Summary | |
void |
addData(java.lang.String aData)
Adds aData to the existing message data. |
boolean |
getBeginBracketIndicator()
Returns true if message received has begin bracket indicator. |
boolean |
getBeginChainIndicator()
Returns true if message received has begin chain indicator. |
boolean |
getCdi()
Returns true if message received has change direction indicator. |
java.lang.String |
getData()
Returns the message string. |
boolean |
getEndBracketIndicator()
Returns true if message received has end bracket indicator. |
boolean |
getEndChainIndicator()
Returns true if message received has end chain indicator. |
boolean |
getExpeditedFlow()
Returns true if message received has expedited flow. |
boolean |
getFmhIncluded()
Returns true if message received has FMH included. |
boolean |
getMessageToLu()
Returns true if message received is from LU-LU session. |
java.lang.String |
getMessageType()
Returns the message type. |
java.lang.String |
getResponseModeIndicator()
Returns the responseModeIndicator. |
java.lang.String |
getSeq_num()
Return the sequence Number of this message |
boolean |
isDefiniteResponse()
Return true if the message is definiteResponse. |
boolean |
isExceptionResponse()
Return true if the message is ExceptionResponse. |
boolean |
isNoResponse()
Return true if the message is noResponse. |
void |
setBeginBracketIndicator(boolean beginBracketIndicator)
Sets the beginBracketIndicator property (boolean) value. |
void |
setBeginChainIndicator(boolean beginChainIndicator)
Sets the beginChainIndicator property (boolean) value. |
void |
setCdi(boolean cdi)
Sets the cdi property (boolean) value. |
void |
setData(java.lang.String data)
Sets message data String. |
void |
setEndBracketIndicator(boolean endBracketIndicator)
Sets the endBracketIndicator property (boolean) value. |
void |
setEndChainIndicator(boolean endChainIndicator)
Sets the endChainIndicator property (boolean) value. |
void |
setExpeditedFlow(boolean expeditedFlow)
Sets the expeditedFlow property (boolean) value. |
void |
setFmhIncluded(boolean fmhIncluded)
Sets the fmhIncluded property (boolean) value. |
void |
setMessageToLu(boolean messageToLu)
Sets the messageToLu property (boolean) value. |
void |
setMessageType(java.lang.String messageType)
Sets the messageType property (java.lang.String) value. |
void |
setResponseModeIndicator(java.lang.String responseModeIndicator)
Sets the responseModeIndicator property (java.lang.String) value. |
void |
setResponseModeIndicatorFromBind(Lu0Bind aBind,
boolean aBoolean)
Set ResponseModeIndicator, which checks the bind characteristics. |
void |
setSeq_num(java.lang.String seq_num)
Sets the seq_num property (java.lang.String) value. |
LuaCommon |
toCommon()
Creates a common instance with the characteristics of this message. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String COMPID
public static final java.lang.String REQUEST
public static final java.lang.String POSITIVE_RESPONSE
public static final java.lang.String NEGATIVE_RESPONSE
public static final java.lang.String NO_RESPONSE
public static final java.lang.String DEFINITE_RESPONSE
public static final java.lang.String EXCEPTION_RESPONSE
protected transient java.beans.PropertyChangeSupport propertyChange
Constructor Detail |
public Lu0Message()
Method Detail |
public void addData(java.lang.String aData)
Adds aData to the existing message data.
public boolean getBeginBracketIndicator()
Returns true if message received has begin bracket indicator.
public boolean getBeginChainIndicator()
Returns true if message received has begin chain indicator.
public boolean getCdi()
Returns true if message received has change direction indicator.
public java.lang.String getData()
Returns the message string.
public boolean getEndBracketIndicator()
Returns true if message received has end bracket indicator.
public boolean getEndChainIndicator()
Returns true if message received has end chain indicator.
public boolean getExpeditedFlow()
Returns true if message received has expedited flow. False if message received has normal flow.
public boolean getFmhIncluded()
Returns true if message received has FMH included.
public boolean getMessageToLu()
Returns true if message received is from LU-LU session. Returns False if message received is from SSCP-LU session.
public java.lang.String getMessageType()
Returns the message type. The possible values are:
public java.lang.String getResponseModeIndicator()
Returns the responseModeIndicator. It can be:
public java.lang.String getSeq_num()
Return the sequence Number of this message
public boolean isDefiniteResponse()
Return true if the message is definiteResponse.
public boolean isExceptionResponse()
Return true if the message is ExceptionResponse.
public boolean isNoResponse()
Return true if the message is noResponse.
public void setBeginBracketIndicator(boolean beginBracketIndicator)
Sets the beginBracketIndicator property (boolean) value.
public void setBeginChainIndicator(boolean beginChainIndicator)
Sets the beginChainIndicator property (boolean) value.
public void setCdi(boolean cdi)
Sets the cdi property (boolean) value.
public void setData(java.lang.String data)
Sets message data String.
public void setEndBracketIndicator(boolean endBracketIndicator)
Sets the endBracketIndicator property (boolean) value.
public void setEndChainIndicator(boolean endChainIndicator)
Sets the endChainIndicator property (boolean) value.
public void setExpeditedFlow(boolean expeditedFlow)
Sets the expeditedFlow property (boolean) value.
public void setFmhIncluded(boolean fmhIncluded)
Sets the fmhIncluded property (boolean) value.
public void setMessageToLu(boolean messageToLu)
Sets the messageToLu property (boolean) value.
public void setMessageType(java.lang.String messageType)
Sets the messageType property (java.lang.String) value.
public void setResponseModeIndicator(java.lang.String responseModeIndicator)
Sets the responseModeIndicator property (java.lang.String) value.
responseModeIndicator can be:
public void setResponseModeIndicatorFromBind(Lu0Bind aBind, boolean aBoolean)
Set ResponseModeIndicator, which checks the bind characteristics.
public void setSeq_num(java.lang.String seq_num)
Sets the seq_num property (java.lang.String) value.
public LuaCommon toCommon()
Creates a common instance with the characteristics of this message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |