@Plugin(name="http", category="Watcher", elementType="watcher", printObject=true) @PluginAliases(value="https") public class HttpWatcher extends AbstractWatcher
AbstractWatcher.ReconfigurationRunnableCATEGORY, ELEMENT_TYPE| Constructor and Description |
|---|
HttpWatcher(Configuration configuration,
Reconfigurable reconfigurable,
List<ConfigurationListener> configurationListeners,
long lastModifiedMillis) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLastModified()
Returns the time the source was last modified or 0 if it is not available.
|
boolean |
isModified()
Periodically called to determine if the configuration has been modified.
|
Watcher |
newWatcher(Reconfigurable reconfigurable,
List<ConfigurationListener> listeners,
long lastModifiedMillis)
Creates a new Watcher by copying the original and using the new Reconfigurable and listeners.
|
void |
watching(Source source)
Called when the Watcher is registered.
|
getConfiguration, getListeners, getSource, modifiedpublic HttpWatcher(Configuration configuration, Reconfigurable reconfigurable, List<ConfigurationListener> configurationListeners, long lastModifiedMillis)
public long getLastModified()
WatchergetLastModified in interface WatchergetLastModified in class AbstractWatcherpublic boolean isModified()
WatcherisModified in interface WatcherisModified in class AbstractWatcherpublic void watching(Source source)
Watcherwatching in interface Watcherwatching in class AbstractWatchersource - the Source that is being watched.public Watcher newWatcher(Reconfigurable reconfigurable, List<ConfigurationListener> listeners, long lastModifiedMillis)
Watcherreconfigurable - The Reconfigurable.listeners - the listeners.lastModifiedMillis - The time the resource was last modified in milliseconds.Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.