portal.dictionary.cache
Class PortalCachingDictionary
java.lang.Object
portal.dictionary.A_PortalDictionary
portal.dictionary.cache.PortalCachingDictionary
- All Implemented Interfaces:
- I_PortalDictionary
- public class PortalCachingDictionary
- extends A_PortalDictionary
A dictionary that caches the objects read from the subsequent dictionaries in the dictionary chain.
- Version:
- $Revision: 1.22 $
- Author:
- Thomas Weckert
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
PARAM_CACHE_SIZE
public static final java.lang.String PARAM_CACHE_SIZE
- See Also:
- Constant Field Values
PARAM_CLONE_OBJECTS
public static final java.lang.String PARAM_CLONE_OBJECTS
- See Also:
- Constant Field Values
PortalCachingDictionary
public PortalCachingDictionary()
getSupportedObjectTypes
public java.util.List getSupportedObjectTypes()
- See Also:
I_PortalDictionary.getSupportedObjectTypes()
readObject
public I_PortalDictionaryObject readObject(I_PortalDictionaryObjectType type,
java.lang.String processName,
java.lang.String objectName)
throws PortalException
- Specified by:
readObject in interface I_PortalDictionary- Overrides:
readObject in class A_PortalDictionary
- Throws:
PortalException- See Also:
I_PortalDictionary.readObject(portal.dictionary.I_PortalDictionaryObjectType, java.lang.String, java.lang.String)