|
From: Michael A. <mic...@ze...> - 2003-11-13 20:58:25
|
Hi, OK, question time again. For the JMX scanner, I need to get the jmx controller to force all the config files to be reread on a signal. How do I do this? From what I can see, there is a lot of use of static classes or methods used to populate static Maps with config data. From the Scanner class though, I'm not sure how to trigger an update of this config data. >From what I can see, if I can provide a static method on ScannerFactory to trigger a static method on ConfigData, then ConfigData can empty its cache of some or all config data and reread the necessary files. Am I going in the right direction? Cheers... MikeA |