Package org.apache.karaf.jndi.internal

Examples of org.apache.karaf.jndi.internal.JndiMBeanImpl


        service.setProxyManager(proxyManager);
        Hashtable<String, String> props = new Hashtable<String, String>();
        // bind the JNDI service itself in the JNDI context
        props.put("osgi.jndi.service.name", "jndi");
        register(JndiService.class, service, props);
        JndiMBeanImpl mbean = new JndiMBeanImpl();
        mbean.setJndiService(service);
        registerMBean(mbean, "type=jndi");
    }
View Full Code Here

TOP

Related Classes of org.apache.karaf.jndi.internal.JndiMBeanImpl

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.