Package org.jmxtrans.agent
Interface JmxTransConfigurationLoader
- All Known Implementing Classes:
JmxTransConfigurationXmlLoader
public interface JmxTransConfigurationLoader
- Author:
- Cyrille Le Clerc, Kristoffer Erlandsson
-
Method Summary
Modifier and Type Method Description longlastModified()JmxTransExporterConfigurationloadConfiguration()
-
Method Details
-
loadConfiguration
JmxTransExporterConfiguration loadConfiguration() -
lastModified
long lastModified()- Returns:
- A
Longvalue representing the time the file was last modified, measured in milliseconds since the epoch (00:00:00 GMT, January 1, 1970), or0Lif the file does not exist or if an I/O error occurs
-