Uses of Class
org.globus.cog.karajan.util.ThreadingContext

Packages that use ThreadingContext
org.globus.cog.karajan.debugger   
org.globus.cog.karajan.util   
org.globus.cog.karajan.viewer   
org.globus.cog.karajan.workflow.events   
org.globus.cog.karajan.workflow.nodes   
 

Uses of ThreadingContext in org.globus.cog.karajan.debugger
 

Methods in org.globus.cog.karajan.debugger with parameters of type ThreadingContext
 void FilePanel.setCurrentLine(int line, ThreadingContext thread)
           
 

Uses of ThreadingContext in org.globus.cog.karajan.util
 

Methods in org.globus.cog.karajan.util that return ThreadingContext
static ThreadingContext ThreadingContext.get(VariableStack stack)
           
 ThreadingContext ThreadedElement.getThread()
           
static ThreadingContext ThreadingContext.parse(String stc)
           
 ThreadingContext ThreadingContext.split(int id)
           
 

Methods in org.globus.cog.karajan.util with parameters of type ThreadingContext
 void StateManager.abortContext(ThreadingContext context)
           
 boolean ThreadingContext.isSubContext(ThreadingContext reference)
          Returns true if
static void ThreadingContext.set(VariableStack stack, ThreadingContext context)
           
 

Constructors in org.globus.cog.karajan.util with parameters of type ThreadingContext
ThreadedElement(FlowElement element, ThreadingContext thread)
           
 

Uses of ThreadingContext in org.globus.cog.karajan.viewer
 

Methods in org.globus.cog.karajan.viewer that return ThreadingContext
protected  ThreadingContext ThreadedUID.getThread()
           
 

Methods in org.globus.cog.karajan.viewer with parameters of type ThreadingContext
protected  NodeComponent KarajanFrame.getNode(FlowElement element, ThreadingContext thread)
           
 

Constructors in org.globus.cog.karajan.viewer with parameters of type ThreadingContext
ThreadedUID(FlowElement fe, ThreadingContext tc)
           
ThreadedUID(Integer id, ThreadingContext tc)
           
 

Uses of ThreadingContext in org.globus.cog.karajan.workflow.events
 

Methods in org.globus.cog.karajan.workflow.events that return ThreadingContext
 ThreadingContext AbortEvent.getContext()
           
 ThreadingContext MonitoringEvent.getThread()
           
 

Constructors in org.globus.cog.karajan.workflow.events with parameters of type ThreadingContext
AbortEvent(FlowElement flowElement, ThreadingContext context, VariableStack stack)
           
 

Uses of ThreadingContext in org.globus.cog.karajan.workflow.nodes
 

Fields in org.globus.cog.karajan.workflow.nodes declared as ThreadingContext
 ThreadingContext FlowNode.FNTP.tc
           
 

Constructors in org.globus.cog.karajan.workflow.nodes with parameters of type ThreadingContext
FlowNode.FNTP(EventListener node, ThreadingContext tc)