org.jboss.ejb3
Class ThreadLocalENCFactory
java.lang.Object
org.jboss.ejb3.ThreadLocalENCFactory
- All Implemented Interfaces:
- ObjectFactory
public class ThreadLocalENCFactory
- extends Object
- implements ObjectFactory
Implementation of "java:comp" namespace factory. The context is associated
with the thread class loader.
- Version:
- $Revision: 1.2.2.4 $
- Author:
- Bill Burke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThreadLocalENCFactory
public ThreadLocalENCFactory()
create
public static Context create(Context parent)
throws Exception
- Throws:
Exception
push
public static void push(Context ctx)
pop
public static void pop()
getObjectInstance
public Object getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable environment)
throws Exception
- Specified by:
getObjectInstance in interface ObjectFactory
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.