Package org.apache.karaf.obr.core.internal

Examples of org.apache.karaf.obr.core.internal.ObrMBeanImpl


public class Activator extends BaseActivator {

    @Override
    protected void doStart() throws Exception {
        RepositoryAdmin admin = getTrackedService(RepositoryAdmin.class);
        ObrMBeanImpl mbean = new ObrMBeanImpl(bundleContext, admin);
        registerMBean(mbean, "type=obr");
    }
View Full Code Here

TOP

Related Classes of org.apache.karaf.obr.core.internal.ObrMBeanImpl

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.