org.jboss.cache.invocation
Class InvocationContextContainer
java.lang.Object
java.lang.ThreadLocal<InvocationContext>
org.jboss.cache.invocation.InvocationContextContainer
public class InvocationContextContainer
- extends ThreadLocal<InvocationContext>
Container and factory for thread locals
- Since:
- 2.1.0
- Author:
- Manik Surtani (manik AT jboss DOT org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationContextContainer
public InvocationContextContainer()
injectContextFactory
public void injectContextFactory(ContextFactory contextFactory)
initialValue
protected InvocationContext initialValue()
- Overrides:
initialValue
in class ThreadLocal<InvocationContext>
Copyright © 2008 JBoss, a division of Red Hat. All Rights Reserved.