org.iids.aos.kernel.ac
Class ReplyMessage

java.lang.Object
  extended by org.iids.aos.kernel.ac.ReplyMessage

public class ReplyMessage
extends java.lang.Object

Internal class to ACReceiver, here for unknown Java reason (cannot return private classes from a static private method used by a public static method?). See ACTP_SHIP_REPLY_MSG for the real ACTP reply message.

Author:
arno

Field Summary
 ACTP_MSG_BODY msg
           
 int payLoadSize
           
 
Constructor Summary
ReplyMessage(ACTP_MSG_BODY msg, int payLoadSize)
          Creates a new instance of ReplyMessage
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

public ACTP_MSG_BODY msg

payLoadSize

public int payLoadSize
Constructor Detail

ReplyMessage

public ReplyMessage(ACTP_MSG_BODY msg,
                    int payLoadSize)
Creates a new instance of ReplyMessage



Copyright © 2003, 2004 IIDS Group. All Rights Reserved.