portal.dictionary.cache
Class PortalCachingDictionaryMappingReader

java.lang.Object
  extended byportal.dictionary.A_PortalDictionaryObjectReader
      extended byportal.dictionary.cache.A_PortalCachingDictionaryObjectReader
          extended byportal.dictionary.cache.PortalCachingDictionaryMappingReader
All Implemented Interfaces:
I_PortalDictionaryObjectReader, I_PortalEventHandler

public class PortalCachingDictionaryMappingReader
extends A_PortalCachingDictionaryObjectReader

A caching dictionary object reader to read plugin mapping documents.

Version:
$Revision: 1.4 $
Author:
Thomas Weckert

Constructor Summary
PortalCachingDictionaryMappingReader()
           
 
Method Summary
 I_PortalDictionaryObjectType getSupportedType()
           
 I_PortalDictionaryObject readObject(java.lang.String processName, java.lang.String objectName)
           
 
Methods inherited from class portal.dictionary.cache.A_PortalCachingDictionaryObjectReader
cacheObject, cloneObjects, destroy, getCachedObjects, getSupportedEventTypes, handlePortalEvent, init
 
Methods inherited from class portal.dictionary.A_PortalDictionaryObjectReader
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalCachingDictionaryMappingReader

public PortalCachingDictionaryMappingReader()
Method Detail

getSupportedType

public I_PortalDictionaryObjectType getSupportedType()
See Also:
I_PortalDictionaryObjectReader.getSupportedType()

readObject

public I_PortalDictionaryObject readObject(java.lang.String processName,
                                           java.lang.String objectName)
                                    throws PortalException
Specified by:
readObject in interface I_PortalDictionaryObjectReader
Overrides:
readObject in class A_PortalCachingDictionaryObjectReader
Throws:
PortalException
See Also:
I_PortalDictionaryObjectReader.readObject(java.lang.String, java.lang.String)