Uses of Interface
org.globus.cog.karajan.stack.StackFrame

Packages that use StackFrame
org.globus.cog.karajan.arguments   
org.globus.cog.karajan.stack   
org.globus.cog.karajan.util   
org.globus.cog.karajan.util.serialization   
org.globus.cog.karajan.workflow.nodes   
 

Uses of StackFrame in org.globus.cog.karajan.arguments
 

Methods in org.globus.cog.karajan.arguments with parameters of type StackFrame
 void ParallelChannelBuffer.add(StackFrame frame)
           
 void ParallelChannelBuffer.close(StackFrame frame)
           
 

Uses of StackFrame in org.globus.cog.karajan.stack
 

Classes in org.globus.cog.karajan.stack that implement StackFrame
 class DefaultStackFrame
           
 

Methods in org.globus.cog.karajan.stack that return StackFrame
 StackFrame FastStack.currentFrame()
           
 StackFrame LinkedStack.currentFrame()
           
 StackFrame VariableStack.currentFrame()
           
 StackFrame FastStack.firstFrame()
           
 StackFrame LinkedStack.firstFrame()
           
 StackFrame VariableStack.firstFrame()
           
 StackFrame FastStack.getFrame(int index)
           
 StackFrame LinkedStack.getFrame(int index)
           
 StackFrame VariableStack.getFrame(int frame)
           
 StackFrame FastStack.parentFrame()
           
 StackFrame LinkedStack.parentFrame()
           
 StackFrame VariableStack.parentFrame()
           
 

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

Methods in org.globus.cog.karajan.util with parameters of type StackFrame
static void DefUtil.addDef(VariableStack stack, StackFrame where, String prefix, String name, Object def)
           
static void DefUtil.updateEnvCache(VariableStack stack, StackFrame frame)
          The environment cache is used to optimize the capturing of environments when defining elements It is necessary because stack.copy() is a costly operation This method does not initialize it, but it marks on a specific frame that any parent caches would be invalid.
 

Uses of StackFrame in org.globus.cog.karajan.util.serialization
 

Methods in org.globus.cog.karajan.util.serialization with parameters of type StackFrame
protected  void StackFrameConverter.readVariables(StackFrame frame, com.thoughtworks.xstream.io.HierarchicalStreamReader rd, com.thoughtworks.xstream.converters.UnmarshallingContext context)
           
 

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

Methods in org.globus.cog.karajan.workflow.nodes that return StackFrame
protected  StackFrame Define.getFrame(VariableStack stack)
           
protected  StackFrame Global.getFrame(VariableStack stack)
           
protected  StackFrame GlobalK.getFrame(VariableStack stack)
           
protected  StackFrame SetVar.getFrame(VariableStack stack)
           
protected  StackFrame SetVarK.getFrame(VariableStack stack)