org.aspectbench.runtime.internal
Class DecideThreadLocal

java.lang.Object
  extended by org.aspectbench.runtime.internal.DecideThreadLocal

public class DecideThreadLocal
extends Object

Decide whether or not it is possible to use the ThreadLocal implementation of cflow (at runtime)

Author:
Damien Sereni

Field Summary
private static boolean useThreadLocal
           
 
Constructor Summary
DecideThreadLocal()
           
 
Method Summary
static boolean ok()
           
private static boolean set()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

useThreadLocal

private static boolean useThreadLocal
Constructor Detail

DecideThreadLocal

public DecideThreadLocal()
Method Detail

set

private static boolean set()

ok

public static boolean ok()