
com.aggrepoint.utils.ThreadContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aputils Show documentation
Show all versions of aputils Show documentation
Common utilities used by both Dao and Winlet project
package com.aggrepoint.utils;
import java.util.Hashtable;
import java.util.Stack;
/**
* @author: Yang Jiang Ming
*/
public class ThreadContext {
private static ThreadLocal> threaContext = new ThreadLocal>() {
protected synchronized Hashtable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy