| org.apache.cocoon.components.source.helpers.DelaySourceRefresher
DelaySourceRefresher | public class DelaySourceRefresher extends AbstractLogEnabled implements Contextualizable,Serviceable,Configurable,Disposable,ThreadSafe,SourceRefresher(Code) | | Default implementation of the refresher.
since: 2.1.1 version: $Id: DelaySourceRefresher.java 485495 2006-12-11 04:44:23Z crossley $ |
Inner Class :protected class ConfigurationTask extends AbstractLogEnabled implements Runnable | |
Inner Class :protected class RefresherTask extends AbstractLogEnabled implements Runnable | |
changed | protected volatile boolean changed(Code) | | |
configFile | protected File configFile(Code) | | The source to persist refresher entries into
|
configurationTask | protected ConfigurationTask configurationTask(Code) | | |
context | protected Context context(Code) | | |
manager | protected ServiceManager manager(Code) | | |
resolver | protected SourceResolver resolver(Code) | | |
addRefreshSource | protected void addRefreshSource(String key, String uri, long delay, long interval)(Code) | | |
configure | public void configure(Configuration configuration) throws ConfigurationException(Code) | | |
contextualize | public void contextualize(Context context) throws ContextException(Code) | | |
dispose | public void dispose()(Code) | | |
refresh | public void refresh(String name, String uri, Parameters parameters) throws SourceException(Code) | | |
removeRefreshSource | protected void removeRefreshSource(String key)(Code) | | |
service | public void service(ServiceManager manager) throws ServiceException(Code) | | |
startConfigurationTask | protected void startConfigurationTask(long interval)(Code) | | Parameters: interval - |
stopConfigurationTask | protected void stopConfigurationTask()(Code) | | |
|
|