reloading
package contains the definition of the
ReloadingStrategy
interface, which provides automatic reloading
facilities for file based configurations.See: Description
Interface | Description |
---|---|
ManagedReloadingStrategyMBean |
MBean definition for managing configuration reload.
|
Reloadable |
Interface that allows other objects to synchronize on a root lock.
|
ReloadingStrategy |
A strategy to decide if a configuration should be reloaded.
|
Class | Description |
---|---|
FileChangedReloadingStrategy |
A reloading strategy that will reload the configuration every time its
underlying file is changed.
|
InvariantReloadingStrategy |
A strategy that never triggers a reloading.
|
ManagedReloadingStrategy |
A strategy to reload configuration based on management requests.
|
VFSFileChangedReloadingStrategy |
A file-based reloading strategy that uses Commons VFS to determine when a
file was changed.
|
The reloading
package contains the definition of the
ReloadingStrategy
interface, which provides automatic reloading
facilities for file based configurations. There are also some concrete
implementations of this interface that can be used out of the box.
$Id: package.html 439648 2006-09-02 20:42:10Z oheger $
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.