org.globus.cog.karajan.util
Class ThreadingContext

java.lang.Object
  extended by org.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 getLastID()
           
 int hashCode()
           
 boolean isSubContext(ThreadingContext reference)
          Returns true if
static ThreadingContext parse(String stc)
           
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)
Overrides:
equals in class Object

isSubContext

public boolean isSubContext(ThreadingContext reference)
Returns true if

Parameters:
reference - is a sub context of this context

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

parse

public static ThreadingContext parse(String stc)

get

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

set

public static void set(VariableStack stack,
                       ThreadingContext context)

getLastID

public int getLastID()