Package org.apache.karaf.service.core.internal

Examples of org.apache.karaf.service.core.internal.ServicesMBeanImpl


public class Activator extends BaseActivator {

    @Override
    protected void doStart() throws Exception {
        ServicesMBeanImpl mbean = new ServicesMBeanImpl();
        mbean.setBundleContext(bundleContext);
        registerMBean(mbean, "type=service");
    }
View Full Code Here

TOP

Related Classes of org.apache.karaf.service.core.internal.ServicesMBeanImpl

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.