|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ireasoning.protocol.tl1.TL1OutputMsg
com.ireasoning.protocol.tl1.TL1AckMsg
public class TL1AckMsg
This class represents the TL1 ACK message. If a TL1 agent can not send the response message back to the manager within a certain amount of time, it should send ack message.
Field Summary |
---|
Fields inherited from class com.ireasoning.protocol.tl1.TL1OutputMsg |
---|
DATE_FORMAT |
Fields inherited from interface com.ireasoning.protocol.Msg |
---|
ERROR_TYPE |
Method Summary | |
---|---|
java.lang.String |
getAckCode()
Returns the ack code |
void |
setAckCode(java.lang.String code)
Sets AckCode value |
java.lang.String |
toString()
Returns the string representation |
Methods inherited from class com.ireasoning.protocol.tl1.TL1OutputMsg |
---|
getCTAG, getDate, getHeader, getPayloadData, getRawMsg, getSID, getTerminationCode, getTime, getTimestamp, getType, setDate, setSID, setTerminationCode, setTime, setTimestamp, updateTimestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getAckCode()
TL1AckCode.IP
,
TL1AckCode.PF
,
TL1AckCode.OK
,
TL1AckCode.NA
,
TL1AckCode.NG
,
TL1AckCode.RL
public void setAckCode(java.lang.String code)
code
- ack code valuepublic java.lang.String toString()
toString
in class TL1OutputMsg
|
HOME | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |