org.apache.catalina.ha.util

Interface IDynamicProperty

public interface IDynamicProperty

Version: $Revision: 586738 $, $Date: 2007-10-20 16:57:18 +0200 (Sat, 20 Oct 2007) $

Author: Peter Rossbach

Method Summary
ObjectgetProperty(String key)
get current config
IteratorgetPropertyNames()
Get all properties keys
voidremoveProperty(String key)
remove a configured property.
booleansetProperty(String name, Object value)
set config attributes with reflect

Method Detail

getProperty

public Object getProperty(String key)
get current config

Parameters: key

Returns: The property

getPropertyNames

public Iterator getPropertyNames()
Get all properties keys

Returns: An iterator over the property names

removeProperty

public void removeProperty(String key)
remove a configured property.

Parameters: key

setProperty

public boolean setProperty(String name, Object value)
set config attributes with reflect

Parameters: name value

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.