public class OpRequestInfo
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
changeOp(Op op)
Change the operation
|
long |
getActionId()
Get the unique identifier of the action/operation request
|
AgentId |
getAgentId()
Get the identifier of the agent that executed the operation
|
Op |
getOp()
Get the operation requested
|
ArtifactId |
getTargetArtifactId()
Get the current target artifact identifier
|
void |
setFailed(java.lang.String msg,
Tuple descr)
Force the current operation request to fail
|
public void setFailed(java.lang.String msg, Tuple descr)
msg
- messagedescr
- reason/description tuplepublic ArtifactId getTargetArtifactId()
public AgentId getAgentId()
public Op getOp()
public void changeOp(Op op)
op
- new operationpublic long getActionId()
>DEIS - University of Bologna