|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectLaColla.core.msg.Msg
LaColla.core.msg.msgSubmitTask
public class msgSubmitTask
Missatge amb la petici� d'execuci� d'una tasca.
Constructor Summary | |
---|---|
msgSubmitTask()
|
Method Summary | |
---|---|
java.lang.String |
getIdTask()
Obt� l'identificador �nic de la tasca |
byte[] |
getSpecification()
Obt� l'especificaci� de la tasca |
void |
setIdTask(java.lang.String idTask_)
Fixa l'identificador �nic de la tasca |
void |
setSpecification(byte[] specification_)
Fixa l'especificaci� de la tasca |
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 |
---|
public msgSubmitTask()
Method Detail |
---|
public java.lang.String getIdTask()
public void setIdTask(java.lang.String idTask_)
idTask_
- L'identificadorpublic byte[] getSpecification()
public void setSpecification(byte[] specification_)
specification_
- L'especificaci�
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |