LaColla.core.msg
Class msgEventAck

java.lang.Object
  extended by LaColla.core.msg.Msg
      extended by 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)
           
 
Method Summary
 Timestamp getEventTimestamp()
           
 void setEventTimestamp(Timestamp eventTimestamp_)
           
 
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

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 -
Method Detail

getEventTimestamp

public Timestamp getEventTimestamp()

setEventTimestamp

public void setEventTimestamp(Timestamp eventTimestamp_)