Class DefaultJndiService

  • All Implemented Interfaces:
    org.apache.webbeans.spi.JNDIService

    public class DefaultJndiService
    extends Object
    implements org.apache.webbeans.spi.JNDIService
    SPI Implementation of the JNDIService. This version doesn't operate on a real JNDI context! Instead it will store the values to bind in a singleton Map. This is intended for all environments where the java:comp and java:app context canot be written to, e.g. because they are only readonly (tomcat, resin, jetty, ...) or don't exist at all (JDK standalone applications)