Package org.apache.stonehenge.stocktrader.attributeservice

Examples of org.apache.stonehenge.stocktrader.attributeservice.StonehengeAttributeService


            // This should ideally contain properties of MailTransportService as
            // a collection of key/value pair. Here we do not require to add any elements.
            props = new Properties();
            // Register the StonehengeAttributeService under IdentityAttributeService interface.
            ctxt.getBundleContext().registerService(IdentityAttributeService.class.getName(),
                    new StonehengeAttributeService(), props);

            if (log.isDebugEnabled()) {
                log.debug("Successfully registered the StonehengeAttributeService service");
            }
        } catch (Throwable e) {
View Full Code Here

TOP

Related Classes of org.apache.stonehenge.stocktrader.attributeservice.StonehengeAttributeService

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.