LaColla.core.msg
Class msgStoppedTask

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

public class msgStoppedTask
extends Msg

See Also:
Serialized Form

Constructor Summary
msgStoppedTask()
           
 
Method Summary
 Task getTask()
           
 void setTask(Task task_)
           
 
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

msgStoppedTask

public msgStoppedTask()
Method Detail

getTask

public Task getTask()

setTask

public void setTask(Task task_)