Class DynamicContentFinder

java.lang.Object
mondrian.server.UrlRepositoryContentFinder
mondrian.server.DynamicContentFinder
All Implemented Interfaces:
RepositoryContentFinder

public class DynamicContentFinder extends UrlRepositoryContentFinder
Implementation of RepositoryContentFinder that periodically reloads the content of the repository.

The updates are performed by a background thread. It is important to call shutdown() once this object can be disposed of.

Author:
Thiyagu Ajit, Luc Boudreau, Julian Hyde