HOME

com.ireasoning.protocol.tl1
Class TL1AckMsg

java.lang.Object
  extended bycom.ireasoning.protocol.tl1.TL1OutputMsg
      extended bycom.ireasoning.protocol.tl1.TL1AckMsg
All Implemented Interfaces:
Msg, Serializable

public class TL1AckMsg
extends TL1OutputMsg

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.

See Also:
Serialized Form

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
 String getAckCode()
          Returns the ack code
 void setAckCode(String code)
          Sets AckCode value
 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

getAckCode

public String getAckCode()
Returns the ack code

Returns:
the ack code
See Also:
TL1AckCode.IP, TL1AckCode.PF, TL1AckCode.OK, TL1AckCode.NA, TL1AckCode.NG, TL1AckCode.RL

setAckCode

public void setAckCode(String code)
Sets AckCode value

Parameters:
code - ack code value

toString

public String toString()
Returns the string representation

Overrides:
toString in class TL1OutputMsg
Returns:
the raw string message

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.