KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > NotContextException > Top Examples

  • com.caucho.naming.ContextImpl
    Resin's implementation of the JNDI <code>Context</code>. The actual storage of the persistent data is in the <code>AbstractModel</code>. <p>The <code>ContextImpl</code> is just a Visitor around the <code>AbstractModel</code> which also encaps ...
  • org.jnp.server.NamingServer
    The JNDI naming server implementation class. @author Rickard Oberg @author patriot1burke @author Scott.Stark@jboss.org @version $Revision: 1.12.6.3 $
  • org.jboss.test.security.ejb.project.support.HeirMemoryMap
    A simple in memory implementation of DirContext that uses a HashMap as the
  • org.apache.avalon.excalibur.naming.AbstractLocalContext
    Abstract local JNDI Context that can be inherited from to provide a particular type of Context. These contexts are assumed to be on the same machine. @author <a HREF="mailto:peter@apache.org">Peter Donald</a> @version $Revision: 1.7 $
  • org.objectweb.carol.jndi.enc.java.CompNamingContext
    Implementation of Context interface for EJB Environment. Must handle subContexts (because of jndi/, ejb/, ...) @author Philippe Durieux @author Philippe Coq monolog @author Florent Benoit handle Reference object for the lookup.
  • org.jnp.interfaces.NamingContext
    This class provides the jnp provider Context implementation. It is a Context interface wrapper for a RMI Naming instance that is obtained from either the local server instance or by locating the server given by the Context.PROVIDER_URL value. This class also serves as the jnp url resolution conte ...
  • fr.dyade.aaa.jndi2.impl.ContextManager
Popular Tags