Uses of Class
cartago.WorkspaceId

Uses of WorkspaceId in cartago
 

Methods in cartago that return WorkspaceId
 WorkspaceId ICartagoSession.getCurrentWorkspace()
          Get the current workspace identifier.
 WorkspaceId CartagoSession.getCurrentWorkspace()
           
 WorkspaceId WorkspaceKernel.getId()
          Gets environment name
 WorkspaceId CartagoWorkspace.getId()
           
 WorkspaceId ICartagoContext.getWorkspaceId()
          Get workspace id
 WorkspaceId ArtifactId.getWorkspaceId()
          Get the identifier of the workspace where the artifact is located.
 WorkspaceId AgentId.getWorkspaceId()
           
 WorkspaceId AgentBody.getWorkspaceId()
           
 

Methods in cartago with parameters of type WorkspaceId
 long ICartagoSession.doAction(WorkspaceId wspId, Op op, IAlignmentTest test, long timeout)
          Executing an action, i.e. an operation over an artifact In this case, the target artifact is not specified.
 long CartagoSession.doAction(WorkspaceId wspId, Op op, IAlignmentTest test, long timeout)
           
 long ICartagoSession.doAction(WorkspaceId wspId, java.lang.String artName, Op op, IAlignmentTest test, long timeout)
          Executing an action, i.e. an operation over an artifact In this case, the name of the artifact and the workspace are specified.
 long CartagoSession.doAction(WorkspaceId wspId, java.lang.String artName, Op op, IAlignmentTest test, long timeout)
           
 cartago.events.JoinWSPSucceededEvent EventRegistry.makeJoinWSPSucceededEvent(long actionId, ArtifactId aid, Op op, WorkspaceId wspId, ICartagoContext ctx)
           
 cartago.events.QuitWSPSucceededEvent EventRegistry.makeQuitWSPSucceededEvent(long actionId, ArtifactId aid, Op op, WorkspaceId wspId)
           
 void WorkspaceKernel.notifyJoinWSPCompleted(ICartagoCallback listener, long actionId, ArtifactId aid, Op op, WorkspaceId wspId, ICartagoContext ctx)
           
 void WorkspaceKernel.notifyQuitWSPCompleted(ICartagoCallback listener, long actionId, ArtifactId aid, Op op, WorkspaceId wspId)
           
 void ICartagoSession.setCurrentWorkspace(WorkspaceId wspId)
          Internal action to change the current workspace.
 void CartagoSession.setCurrentWorkspace(WorkspaceId wspId)
           
 

Constructors in cartago with parameters of type WorkspaceId
CartagoWorkspace(WorkspaceId id)
          Create an workspace
CartagoWorkspace(WorkspaceId id, ICartagoLogger logger)
          Create an workspace
 



>DEIS - University of Bologna