Examples of ObrMBeanImpl


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
Copyright © 2018 www.massapi.com. 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.