|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcartago.OpRequestInfo
public class OpRequestInfo
Class storing info about an op request Used by WSP Rule Engine
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |