HOME

com.ireasoning.protocol.tl1
Class TL1AckMsg

java.lang.Object
  |
  +--com.ireasoning.protocol.tl1.TL1OutputMsg
        |
        +--com.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

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 acd code
 String toString()
          Returns the string representation
 
Methods inherited from class com.ireasoning.protocol.tl1.TL1OutputMsg
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 acd code
Returns:
the ack code
See Also:
TL1AckCode.IP, TL1AckCode.PF, TL1AckCode.OK, TL1AckCode.NA, TL1AckCode.NG, TL1AckCode.RL

toString

public String toString()
Returns the string representation
Overrides:
toString in class TL1OutputMsg
Following copied from class: com.ireasoning.protocol.tl1.TL1OutputMsg
Returns:
the raw string message

HOME

Copyright © 2002 iReasoning Inc. All Rights Reserved.