Package org.apache.karaf.jdbc.internal

Examples of org.apache.karaf.jdbc.internal.JdbcMBeanImpl


    protected void doStart() throws Exception {
        JdbcServiceImpl service = new JdbcServiceImpl();
        service.setBundleContext(bundleContext);
        register(JdbcService.class, service);

        JdbcMBeanImpl mbean = new JdbcMBeanImpl();
        mbean.setJdbcService(service);
        registerMBean(mbean, "type=jdbc");
    }
View Full Code Here

TOP

Related Classes of org.apache.karaf.jdbc.internal.JdbcMBeanImpl

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.