org.nhindirect.config.processor
Interface BundleCacheUpdateProcessor

All Known Implementing Classes:
DefaultBundleCacheUpdateProcessorImpl

public interface BundleCacheUpdateProcessor

Interface for updating the anchors within the local storage medium. This interface is typically incorporated as part of enterprise application flow such as an Apache Camel route and is executed on a configurable interval to check for updates.

Since:
1.3
Author:
Greg Meyer

Method Summary
 void updateBundleCache()
          Updates all anchors within each bundle in the system based on the bundles's refresh interval.
 

Method Detail

updateBundleCache

void updateBundleCache()
Updates all anchors within each bundle in the system based on the bundles's refresh interval. If the bundles refresh threshold has not been met, then the bundle will not be checked for updates. Anchors are loaded from the bundle's URL.



Copyright © 2013. All Rights Reserved.