Package org.apache.stratos.activation.service

Examples of org.apache.stratos.activation.service.ActivationService


    protected void activate(ComponentContext context) {
        try {
            ActivationManager.startCacheCleaner();
            if (registration == null) {
                registration = context.getBundleContext().registerService(
                        ActivationService.class.getName(), new ActivationService(), null);
            }
            log.debug("******* Stratos Activation bundle is activated ******* ");
        } catch (Exception e) {
            log.error("******* Stratos Activation bundle failed activating ****", e);
        }
View Full Code Here

TOP

Related Classes of org.apache.stratos.activation.service.ActivationService

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.