Package com.volantis.map.sti.configuration

Examples of com.volantis.map.sti.configuration.Configuration


    protected void activate(ComponentContext context)
        throws Exception {

        try {
            // Retrieve configuration
            Configuration configuration = ConfigurationFactory.getInstance().createConfiguration(context.getProperties());
            URL serviceURL = configuration.getServiceURL() ;
            String originatorID = configuration.getOriginatorID();

            // Retrieve path to context area needed to resolve local resources
            BundleContext bundleCtx = context.getBundleContext();
            String localRoot = context.getBundleContext().
                    getProperty(BootConstants.CONTEXT_AREA);
View Full Code Here

TOP

Related Classes of com.volantis.map.sti.configuration.Configuration

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.