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.jboss.naming.ExternalContext A MBean that binds an arbitrary InitialContext into the JBoss default InitialContext as a Reference. If RemoteAccess is enabled, the reference is a Serializable object that is capable of creating the InitialContext remotely. If RemoteAccess if false, the reference is to a nonserializable object th ...
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.jonas.naming.NamingManager Naming Manager for an EJB Server. this singleton class must exist in each jonas server. @author Philippe Durieux @author Philippe Coq : Monolog @author Florent Benoit & Ludovic Bert : Context for web container
fr.dyade.aaa.jndi2.scn.scnURLContext Context implementation for the "scn:comp" namespace. Package must be named .../scn (See Initial Context) Most operations consist of retrieving the actual CompNamingContext and sending it the operation for processing.
org.objectweb.carol.jndi.spi.MultiContext Class <code> MultiContext </code> is the CAROL JNDI SPI Context for multi Context management. <ul> <li>For void methods, it call method on every protocols</li> <li>For other methods (returning objects), it call method on the current protocol</li> </ul&g ...
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 ...
org.apache.naming.ContextBindings Handles the associations : <ul> <li>Catalina context name with the NamingContext</li> <li>Calling thread with the NamingContext</li> </ul> @author Remy Maucherat @version $Revision: 1.3 $ $Date: 2004/02/27 14:58:53 $
org.apache.geronimo.naming.java.ReadOnlyContext A read-only Context in the java: namespace. <p> This version assumes it and all its subcontext are read-only and any attempt to modify (e.g. through bind) will result in an OperationNotSupportedException. Each Context in the tree builds a cache of the entries in all sub-contexts to optimise ...
org.objectweb.jonas_lib.naming.ContainerNaming Provide naming services for Web and EJB containers. Containers use this interface for binding the environment entries, remote object references, resource factories and for managing the naming context of the current thread. @author Lutris
org.jboss.test.naming.test.SimpleUnitTestCase Simple unit tests for the jndi implementation. Note that there cannot be any security related tests in this file as typically it is not run with the right classpath resources for that.
org.objectweb.jonas.container.EJBServiceImpl Implementation of the EJB Container Service for jonas. This class works only with jonas_ejb classes. @author Philippe Coq @author Jeff Mesnil (Security) @author Markus Karg (Novell port) @author Christophe Ney (for making easier Enhydra integration) @author Adriana Danes (complete management metho ...
org.apache.catalina.mbeans.GlobalResourcesLifecycleListener Implementation of <code>LifecycleListener</code> that instantiates the set of MBeans associated with global JNDI resources that are subject to management. @author Craig R. McClanahan @version $Revision: 1.7 $ $Date: 2004/06/25 23:56:25 $ @since 4.1