Package org.cristalise.kernel.utils
Class AgentDescCache
java.lang.Object
org.cristalise.kernel.utils.DescriptionObjectCache<ImportAgent>
org.cristalise.kernel.utils.AgentDescCache
-
Nested Class Summary
Nested classes/interfaces inherited from class org.cristalise.kernel.utils.DescriptionObjectCache
DescriptionObjectCache.CacheEntry<E extends DescriptionObject> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ImportAgentbuildObject(String name, int version, ItemPath path, String data) protected Stringprotected Stringprotected StringMethods inherited from class org.cristalise.kernel.utils.DescriptionObjectCache
get, get, invalidate, invalidate, invalidate, isBootResource, loadObject
-
Constructor Details
-
AgentDescCache
public AgentDescCache()
-
-
Method Details
-
getTypeCode
- Specified by:
getTypeCodein classDescriptionObjectCache<ImportAgent>
-
getSchemaName
- Specified by:
getSchemaNamein classDescriptionObjectCache<ImportAgent>
-
getTypeRoot
- Specified by:
getTypeRootin classDescriptionObjectCache<ImportAgent>
-
buildObject
protected ImportAgent buildObject(String name, int version, ItemPath path, String data) throws InvalidDataException - Specified by:
buildObjectin classDescriptionObjectCache<ImportAgent>- Parameters:
name-version-path-data-- Returns:
- Throws:
InvalidDataException
-