KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > naming > NameNotFoundException > 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.apache.naming.NamingContext
    Catalina JNDI Context implementation. @author Remy Maucherat @version $Revision: 1.6 $ $Date: 2004/08/29 16:46:15 $
  • org.springframework.mock.jndi.SimpleNamingContext
    Simple implementation of a JNDI naming context. Only supports binding plain Objects to String names. Mainly targetted at test environments, but also usable for standalone applications. <p>This class is not intended for direct usage by applications, although it can be used e.g. to override's ...
  • org.apache.jetspeed.services.ldap.LDAPService
    @author <a HREF="mailto:ender@kilicoglu.nom.tr">Ender KILICOGLU</a> @author <a HREF="mailto:sami.leino@netorek.fi">Sami Leino</a> @version $Id: LDAPService.java,v 1.6 2004/02/23 03:28:31 jford Exp $
  • org.springframework.jndi.SimpleNamingContextTests
    @author Juergen Hoeller
  • org.objectweb.carol.jndi.enc.java.JavaURLContext
    Context implementation for the "java:" namespace. <br> Package must be named .../java (See Initial Context) <br> Most operations consist of retrieving the actual CompNamingContext and sending it the operation for processing. @author Philippe Durieux @author Philippe Coq @author Florent ...
  • org.jboss.naming.Util
    A static utility class for common JNDI operations. @author Scott.Stark@jboss.org @author adrian@jboss.com @version $Revision: 1.12 $
  • gcc.rmi.iiop.client.ClientNamingContext
Popular Tags