com.ibm.di.config.base
Class ConfigCache
java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.ibm.di.config.base.ConfigCache
- All Implemented Interfaces:
- Serializable, Cloneable, Map
public class ConfigCache
- extends Hashtable
- See Also:
- Serialized Form
Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values |
ConfigCache
public ConfigCache()
addObject
public void addObject(Object name,
BaseConfiguration data)
getObject
public BaseConfiguration getObject(Object name)
getDirtyList
public Vector getDirtyList()
removeObject
public void removeObject(Object name)