Package com.volantis.testtools.config

Examples of com.volantis.testtools.config.ConfigValueRemotePolicy


            public void setUp(ConfigValue config) throws Exception {
                // Include minimal requirements for dummy XML repository.
                super.setUp(config);
                // Add in the remote policy cache stuff
                // First add an entry for the global settings
                ConfigValueRemotePolicy remoteCacheGlobal =
                        new ConfigValueRemotePolicy();
                remoteCacheGlobal.cachePolicies = Boolean.FALSE;
                remoteCacheGlobal.defaultTimeToLive = new Integer(1);
                remoteCacheGlobal.defaultRetryFailedRetrieval = Boolean.FALSE;
                remoteCacheGlobal.defaultRetryInterval = new Integer(2);
                remoteCacheGlobal.defaultRetryMaxCount = new Integer(3);
View Full Code Here

TOP

Related Classes of com.volantis.testtools.config.ConfigValueRemotePolicy

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.