Package org.apache.avalon.excalibur.naming.memory

Examples of org.apache.avalon.excalibur.naming.memory.MemoryContext


    public void export()
        throws Exception
    {
        final DefaultNameParser parser = new DefaultNameParser();
        final DefaultNamespace namespace = new DefaultNamespace( parser );
        final MemoryContext context = new MemoryContext( namespace, null, null );
        m_server = new RMINamingProviderImpl( context );

        // Start listener
        try
        {
View Full Code Here

TOP

Related Classes of org.apache.avalon.excalibur.naming.memory.MemoryContext

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.