org.oXML.type
Class Threads

java.lang.Object
  extended byorg.oXML.type.Threads

public class Threads
extends java.lang.Object


Nested Class Summary
static class Threads.NoContextForThreadException
           
 
Constructor Summary
Threads()
           
 
Method Summary
static RuntimeContext createContext(Program program)
          Creates a RuntimeContext for the calling Thread
static RuntimeContext getContext()
          Get the RuntimeContext for the calling Thread
static void setContext(RuntimeContext context)
          Set the RuntimeContext for the calling Thread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Threads

public Threads()
Method Detail

getContext

public static RuntimeContext getContext()
                                 throws Threads.NoContextForThreadException
Get the RuntimeContext for the calling Thread

Throws:
Threads.NoContextForThreadException

createContext

public static RuntimeContext createContext(Program program)
Creates a RuntimeContext for the calling Thread


setContext

public static void setContext(RuntimeContext context)
Set the RuntimeContext for the calling Thread