anvil.script
Class ContextHolder

java.lang.Object
  |
  +--anvil.script.ContextHolder

public final class ContextHolder
extends java.lang.Object


Method Summary
static Context check()
           
static void destroy(java.lang.Thread thread)
           
static void dumpStacks(java.io.PrintStream out)
           
static Context get()
           
static void put(java.lang.Thread thread, Context context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

check

public static Context check()

get

public static Context get()

put

public static void put(java.lang.Thread thread,
                       Context context)

destroy

public static void destroy(java.lang.Thread thread)

dumpStacks

public static final void dumpStacks(java.io.PrintStream out)