Package org.apache.airavata.registry.api

Examples of org.apache.airavata.registry.api.Registry.saveGFacDescriptor()


        public void run() {
            try {
                while (true) {
                    Registry registry = (Registry) this.context.getProperty(CONFIGURATION_CONTEXT_REGISTRY);
                    String localAddress = (String) this.context.getProperty(GFAC_URL);
                    registry.saveGFacDescriptor(localAddress);
                    log.info("Updated the GFac URL in to Repository");
                    Thread.sleep(GFAC_URL_UPDATE_INTERVAL);
                }
            } catch (InterruptedException e) {
                log.info("GFacURL update thread is interrupted");
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.