Package org.jboss.weld.environment.se.contexts

Examples of org.jboss.weld.environment.se.contexts.ThreadContext


        if (ignoreEvent(event)) {
            return;
        }

        // set up this thread's bean store
        this.threadContext = new ThreadContext(BeanManagerProxy.unwrap(manager).getContextId());

        // activate and add context
        event.addContext(threadContext);
    }
View Full Code Here

TOP

Related Classes of org.jboss.weld.environment.se.contexts.ThreadContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.