Package org.apache.naming.memory

Examples of org.apache.naming.memory.MemoryNamingContext


            // Redirect the request to the bound initial context
            return new SelectorContext(environment, true);
        } else {
            // If the thread is not bound, return a shared writable context
            if (initialContext == null)
                initialContext = new MemoryNamingContext(environment, MAIN);
            return initialContext;
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.naming.memory.MemoryNamingContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.