Examples of UIAnnouncementImpl


Examples of org.wso2.carbon.announcement.ui.utils.UIAnnouncementImpl

     private static Log log = LogFactory.getLog(AnnouncementUIComponent.class);

    protected void activate(ComponentContext context) {
        try {
            BundleContext bundleContext = context.getBundleContext();
            bundleContext.registerService(UIAnnouncement.class.getName(), new UIAnnouncementImpl(), null);
            log.debug("******* Announcement UI bundle is activated ******* ");
        } catch (Exception e) {
            log.error("******* Announcement UI bundle failed activating ****", e);
        }
    }
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.