LaColla.core.msg
Class msgGetInfoObjectAck

java.lang.Object
  extended by LaColla.core.msg.Msg
      extended by LaColla.core.msg.msgGetInfoObjectAck
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class msgGetInfoObjectAck
extends Msg

Author:
Xavier Created on 05-abr-2004 by Xavier into LaColla.core.msg
See Also:
Serialized Form

Constructor Summary
msgGetInfoObjectAck()
           
 
Method Summary
 java.net.InetSocketAddress getIsa()
           
 void setIsa(java.net.InetSocketAddress isa)
           
 
Methods inherited from class LaColla.core.msg.Msg
decrementConnectedAgents, getAddress, getConnectedAgents, getDest, getGroupId, getId, getKindOfAgent, getOb, getOwnerId, getSource, gettimestampLOCALlocation, setAddress, setConnectedAgents, setDest, setGroupId, setId, setKindOfAgent, setObject, setOwnerId, setSource, settimestampLOCALlocation, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

msgGetInfoObjectAck

public msgGetInfoObjectAck()
Method Detail

getIsa

public java.net.InetSocketAddress getIsa()
Returns:
Returns the isa.

setIsa

public void setIsa(java.net.InetSocketAddress isa)
Parameters:
isa - The isa to set.