- All Implemented Interfaces:
- InitialContextFactory, ObjectFactory
public class NamingContextFactory
extends NamingContextFactory
A variation of the org.jnp.interfaces.NamingContextFactory
InitialContextFactory implementation that maintains the last envrionment
used to create an InitialContext in a thread local variable for
access within the scope of the InitialContext. This can be used by
the EJB handles to save the context that should be used to perform the
looks when the handle is restored.
- Version:
- $Revision: 60318 $
- Author:
- Scott.Stark@jboss.org
- See Also:
NamingContextFactory