com.ibm.di.config.base
Class ConfigCache

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by com.ibm.di.config.base.ConfigCache
All Implemented Interfaces:
Serializable, Cloneable, Map

public class ConfigCache
extends Hashtable

See Also:
Serialized Form

Constructor Summary
ConfigCache()
           
 
Method Summary
 void addObject(Object name, BaseConfiguration data)
           
 Vector getDirtyList()
           
 BaseConfiguration getObject(Object name)
           
 void removeObject(Object name)
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigCache

public ConfigCache()
Method Detail

addObject

public void addObject(Object name,
                      BaseConfiguration data)

getObject

public BaseConfiguration getObject(Object name)

getDirtyList

public Vector getDirtyList()

removeObject

public void removeObject(Object name)