org.apache.catalina.ha.util
public interface IDynamicProperty
Version: $Revision: 586738 $, $Date: 2007-10-20 16:57:18 +0200 (Sat, 20 Oct 2007) $
| Method Summary | |
|---|---|
| Object | getProperty(String key)
get current config
|
| Iterator | getPropertyNames()
Get all properties keys
|
| void | removeProperty(String key)
remove a configured property.
|
| boolean | setProperty(String name, Object value)
set config attributes with reflect
|
Parameters: key
Returns: The property
Returns: An iterator over the property names
Parameters: key
Parameters: name value