LaColla.core.msg
Class msgModifyInfoObject
java.lang.Object
LaColla.core.msg.Msg
LaColla.core.msg.msgModifyInfoObject
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class msgModifyInfoObject
- extends Msg
- Author:
- Xavier
Created on 06-abr-2004 by Xavier into LaColla.core.msg
- See Also:
- Serialized Form
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 |
msgModifyInfoObject
public msgModifyInfoObject(java.lang.Object infoObject,
java.lang.String objectId)
- Parameters:
infoObject
- objectId
-
msgModifyInfoObject
public msgModifyInfoObject(ObjectLaCOLLA objectToResolve)
- Parameters:
objectToResolve
-
getInfoObject
public java.lang.Object getInfoObject()
- Returns:
- Returns the infoObject.
setInfoObject
public void setInfoObject(java.lang.Object infoObject)
- Parameters:
infoObject
- The infoObject to set.
getObjectId
public java.lang.String getObjectId()
- Returns:
- Returns the objectId.
setObjectId
public void setObjectId(java.lang.String objectId)
- Parameters:
objectId
- The objectId to set.
getIsa
public java.net.InetSocketAddress getIsa()
- Returns:
- Returns the isa.
setIsa
public void setIsa(java.net.InetSocketAddress isa)
- Parameters:
isa
- The isa to set.
getModifiedObject
public ObjectLaCOLLA getModifiedObject()
- Returns:
- Returns the modifiedObject.
setModifiedObject
public void setModifiedObject(ObjectLaCOLLA modifiedObject)
- Parameters:
modifiedObject
- The modifiedObject to set.