|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICartagoContext
Cartago Context Interface - set of primitives to work inside a workspace.
Method Summary | |
---|---|
void |
doAction(long actionId,
ArtifactId id,
Op op,
IAlignmentTest test,
long timeout)
Use an artifact by requesting the execution of the specified operation. |
void |
doAction(long actionId,
Op op,
IAlignmentTest test,
long timeout)
Use an artifact by requesting the execution of the specified operation. |
void |
doAction(long actionId,
java.lang.String name,
Op op,
IAlignmentTest test,
long timeout)
Use an artifact by requesting the execution of the specified operation. |
AgentId |
getAgentId()
Get agent id in the workspace |
WorkspaceId |
getWorkspaceId()
Get workspace id |
Method Detail |
---|
void doAction(long actionId, ArtifactId id, Op op, IAlignmentTest test, long timeout) throws CartagoException
actionId
- identifier of the use action - used by the callbackid
- target artifactop
- operation to executetest
- alignment test - null if not specifiedtimeout
- operation timeout - -1 if not specified
CartagoException
void doAction(long actionId, java.lang.String name, Op op, IAlignmentTest test, long timeout) throws CartagoException
actionId
- identifier of the use action - used by the callbackname
- target artifactop
- operation to executetest
- alignment test - null if not specifiedtimeout
- operation timeout - -1 if not specified
CartagoException
void doAction(long actionId, Op op, IAlignmentTest test, long timeout) throws CartagoException
actionId
- identifier of the use action - used by the callbackname
- target artifactop
- operation to executetest
- alignment test - null if not specifiedtimeout
- operation timeout - -1 if not specified
CartagoException
WorkspaceId getWorkspaceId() throws CartagoException
CartagoException
AgentId getAgentId() throws CartagoException
CartagoException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |