LaColla.core.msg
Class msgGetObject
java.lang.Object
LaColla.core.msg.Msg
LaColla.core.msg.msgGetObject
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class msgGetObject
- extends Msg
- Author:
- Xavier
Created on 13-feb-2004 by Xavier into LaColla.core.msg
- See Also:
- Serialized Form
Constructor Summary |
msgGetObject()
|
msgGetObject(java.net.InetSocketAddress isa,
ObjectLaCOLLA obj)
|
msgGetObject(int id_)
|
msgGetObject(int id_,
java.lang.Object ob_,
Hp source_,
Hp dest_)
|
msgGetObject(int id_,
java.lang.Object ob_,
Hp source_,
Hp dest_,
ConnectedAgents connectedAgents_)
|
msgGetObject(int id_,
java.lang.String addr_,
java.lang.Object ob_,
Hp source_,
Hp dest_)
|
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 |
msgGetObject
public msgGetObject()
msgGetObject
public msgGetObject(int id_,
java.lang.Object ob_,
Hp source_,
Hp dest_)
- Parameters:
id_
- ob_
- source_
- dest_
-
msgGetObject
public msgGetObject(int id_,
java.lang.String addr_,
java.lang.Object ob_,
Hp source_,
Hp dest_)
- Parameters:
id_
- addr_
- ob_
- source_
- dest_
-
msgGetObject
public msgGetObject(int id_)
- Parameters:
id_
-
msgGetObject
public msgGetObject(int id_,
java.lang.Object ob_,
Hp source_,
Hp dest_,
ConnectedAgents connectedAgents_)
- Parameters:
id_
- ob_
- source_
- dest_
- connectedAgents_
-
msgGetObject
public msgGetObject(java.net.InetSocketAddress isa,
ObjectLaCOLLA obj)
- Parameters:
isa
- obj
-
getIsa
public java.net.InetSocketAddress getIsa()
- Returns:
- Returns the isa.
setIsa
public void setIsa(java.net.InetSocketAddress isa)
- Parameters:
isa
- The isa to set.
getObj
public ObjectLaCOLLA getObj()
- Returns:
- Returns the obj.
setObj
public void setObj(ObjectLaCOLLA obj)
- Parameters:
obj
- The obj to set.
setMemberInfo
public void setMemberInfo(boolean b)
- Parameters:
b
-
getMemberInfo
public boolean getMemberInfo()
- Returns:
- Returns the memberInfo.
setPath
public void setPath(java.lang.String localpath)
- Parameters:
localpath
-
getPath
public java.lang.String getPath()
- Returns:
- Returns the path.