Uses of Interface
org.apache.commons.configuration.reloading.ManagedReloadingStrategyMBean
-
Packages that use ManagedReloadingStrategyMBean Package Description org.apache.commons.configuration.reloading Thereloading
package contains the definition of theReloadingStrategy
interface, which provides automatic reloading facilities for file based configurations. -
-
Uses of ManagedReloadingStrategyMBean in org.apache.commons.configuration.reloading
Classes in org.apache.commons.configuration.reloading that implement ManagedReloadingStrategyMBean Modifier and Type Class Description class
ManagedReloadingStrategy
A strategy to reload configuration based on management requests.
-