LaColla.core.msg
Class msgEventAck
java.lang.Object
LaColla.core.msg.Msg
LaColla.core.msg.msgEventAck
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class msgEventAck
- extends Msg
- See Also:
- Serialized Form
Constructor Summary |
msgEventAck(Timestamp evTimestamp)
|
msgEventAck(Timestamp evTimestamp,
Hp hp)
|
msgEventAck(Timestamp evTimestamp,
Hp hp,
int id_)
|
msgEventAck(Timestamp evTimestamp,
int id_)
|
msgEventAck(Timestamp evTimestamp,
int kOfAgnt,
java.lang.String addr,
Hp hp)
|
msgEventAck(Timestamp evTimestamp,
int kOfAgnt,
java.lang.String addr,
Hp hp,
int id_)
|
msgEventAck(Timestamp timestamp,
java.lang.String groupId)
|
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 |
msgEventAck
public msgEventAck(Timestamp evTimestamp)
msgEventAck
public msgEventAck(Timestamp evTimestamp,
Hp hp)
msgEventAck
public msgEventAck(Timestamp evTimestamp,
int id_)
msgEventAck
public msgEventAck(Timestamp evTimestamp,
Hp hp,
int id_)
msgEventAck
public msgEventAck(Timestamp evTimestamp,
int kOfAgnt,
java.lang.String addr,
Hp hp)
msgEventAck
public msgEventAck(Timestamp evTimestamp,
int kOfAgnt,
java.lang.String addr,
Hp hp,
int id_)
msgEventAck
public msgEventAck(Timestamp timestamp,
java.lang.String groupId)
- Parameters:
timestamp
- string
-
getEventTimestamp
public Timestamp getEventTimestamp()
setEventTimestamp
public void setEventTimestamp(Timestamp eventTimestamp_)