org.objectweb.carol.jndi.spi.AbsContext This abstract class define the common methods used for all existing protocol implementation of their SPI context. When integrating a new protocol, define a new SPI class extending this one. You only have to focus on specific implementation and let in major case all default implementation. @author ...
org.objectweb.jonas.naming.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 2003.06.13 : handle Reference object for the lookup.
org.enhydra.spi.conf.ConfFileInitialContext Class <code>ConfFileInitialContext</code> is the CAROL LMI JNDI SPI Context for local context. This context is accessible only in local jvm, this is a singleton (the close method do nothing). This cotext bind and return Local Java Refferences. It also reads Enhydra application's config ...
org.apache.naming.core.BaseContext Based on a merge of various catalina naming contexts Name is used - it provide better oportunities for reuse and optimizations Base Context implementation. Use it if the source doesn't support attributes. Implements all JNDI methods with reasonable defaults or UnsuportedOperation. IMPORTANT: all ...
org.apache.avalon.excalibur.naming.AbstractURLContext Abstract JNDI Context that can be inherited from to provide a particular type of Context. @author <a HREF="mailto:peter@apache.org">Peter Donald</a> @version $Revision: 1.5 $
org.apache.naming.resources.AbstractDirContextTest Abstract base class for DirContext tests. In addition to overriding makeInitialContext() and setting switches, test classes derived from this class should: -- override isSchemaSupported() to return false if schema are not supported -- override isAttributeModificationSupported() to return false i ...
org.quartz.ee.jmx.jboss.QuartzService See org/quartz/ee/jmx/jboss/doc-files/quartz-service.xml for an example service mbean deployment descriptor. @author Andrew Collins
org.apache.catalina.realm.JNDIRealm <p>Implementation of <strong>Realm</strong> that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs. The following constraints are imposed on the data structure in the underlying directory server:</p> <ul> <li>Each us ...