org.globus.cog.karajan.util
Class ThreadingContext

java.lang.Object
  extended byorg.globus.cog.karajan.util.ThreadingContext

public class ThreadingContext
extends Object


Constructor Summary
ThreadingContext()
           
 
Method Summary
 boolean equals(Object other)
           
static ThreadingContext get(VariableStack stack)
           
 int hashCode()
           
 boolean isSubContext(ThreadingContext reference)
           
static void set(VariableStack stack, ThreadingContext context)
           
 ThreadingContext split(int id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThreadingContext

public ThreadingContext()
Method Detail

split

public ThreadingContext split(int id)

equals

public boolean equals(Object other)

isSubContext

public boolean isSubContext(ThreadingContext reference)

hashCode

public int hashCode()

toString

public String toString()

get

public static ThreadingContext get(VariableStack stack)
                            throws VariableNotFoundException
Throws:
VariableNotFoundException

set

public static void set(VariableStack stack,
                       ThreadingContext context)