Package com.volantis.mcs.repository

Examples of com.volantis.mcs.repository.PolicyCachePreloader


                // ... then preload the policy caches, syncronously.
                // In future we may wish to do this asyncronously.
                // NOTE: this will only load policies from the default
                // project! The accessor API does not currently allow us
                // to iterate over non-default projects.
                PolicyCachePreloader preloader =
                        new PolicyCachePreloader(defaultRepository,
                                defaultProject,
                                deviceRepositoryAccessor);

                preloader.run();
            }

            RemotePolicyBuildersReader policyBuildersReader =
                    remoteReadersFactory.createPolicyBuildersReader(
                            projectManager);
View Full Code Here

TOP

Related Classes of com.volantis.mcs.repository.PolicyCachePreloader

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.