Uses of Class
org.globus.cog.karajan.workflow.service.InstanceContext

Packages that use InstanceContext
org.globus.cog.karajan.workflow.service   
org.globus.cog.karajan.workflow.service.commands   
org.globus.cog.karajan.workflow.service.handlers   
 

Uses of InstanceContext in org.globus.cog.karajan.workflow.service
 

Methods in org.globus.cog.karajan.workflow.service that return InstanceContext
 InstanceContext UserContext.getInstanceContext(String id)
           
 InstanceContext UserContext.newInstanceContext()
           
 InstanceContext UserContext.newInstanceContext(String remoteID)
           
 

Methods in org.globus.cog.karajan.workflow.service with parameters of type InstanceContext
 void UserContext.registerInstanceContext(InstanceContext ic)
           
 void UserContext.removeInstanceContext(InstanceContext ic)
           
 

Constructors in org.globus.cog.karajan.workflow.service with parameters of type InstanceContext
RemoteCaller(InstanceContext instanceContext, int uid)
           
RemoteExecutionContext(InstanceContext ic, int callerUID, KarajanProperties properties)
           
RemoteVariableArguments(Arg.Channel channel, InstanceContext ic)
           
 

Uses of InstanceContext in org.globus.cog.karajan.workflow.service.commands
 

Methods in org.globus.cog.karajan.workflow.service.commands that return InstanceContext
 InstanceContext UploadInstance.getInstanceContext()
           
 

Constructors in org.globus.cog.karajan.workflow.service.commands with parameters of type InstanceContext
EventCommand(InstanceContext workflow, FlowElement dest, Event e)
           
EventCommand(InstanceContext workflow, int destUID, Event e)
           
StartCommand(InstanceContext workflow, FlowElement dest, VariableStack stack)
           
UploadInstance(ElementTree tree, InstanceContext ic, String name)
           
VargCommand(InstanceContext ic, String name, Object value)
           
 

Uses of InstanceContext in org.globus.cog.karajan.workflow.service.handlers
 

Methods in org.globus.cog.karajan.workflow.service.handlers that return InstanceContext
 InstanceContext UploadHandler.getInstanceContext()