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.


Constructor Index

 o ConfigUpdater(AppConfig, int)
Constructor.

Method Index

 o run()
Runs the CacheMonitorThread process.

Constructors

 o ConfigUpdater
 public ConfigUpdater(AppConfig acIn,
                      int wakeUpInterval)
Constructor.

Methods

 o run
 public void run()
Runs the CacheMonitorThread process.

Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index