All Packages Class Hierarchy This Package Previous Next Index
Class com.ups.xmlsdk.util.config.ConfigUpdater
java.lang.Object
|
+----java.lang.Thread
|
+----com.ups.xmlsdk.util.config.ConfigUpdater
- public class ConfigUpdater
- extends Thread
ConfigUpdater monitors the application's config file, and if that's updated,
it sets the new parameters in AppInfo.
-
ConfigUpdater(AppConfig, int)
- Constructor.
-
run()
- Runs the CacheMonitorThread process.
ConfigUpdater
public ConfigUpdater(AppConfig acIn,
int wakeUpInterval)
- Constructor.
run
public void run()
- Runs the CacheMonitorThread process.
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index