The ThreadLocalStorage Class of the com.ms.util package allows applications to store a per-thread reference to a Java object.
public class ThreadLocalStorage { // Constructors public ThreadLocalStorage(); // Methods protected void finalize(); public Object get(); public void release(); public void set(Object obj); }
The ThreadLocalStorage class was added as of versions 2437 through 2925 of the Microsoft virtual machine.