Class JCoFunctionLoader
- java.lang.Object
-
- de.hybris.platform.sap.core.jco.connection.impl.JCoFunctionLoader
-
- All Implemented Interfaces:
CacheValueLoader<com.sap.conn.jco.JCoFunction>
public class JCoFunctionLoader extends java.lang.Object implements CacheValueLoader<com.sap.conn.jco.JCoFunction>
This class acts as a loader for JCo functions.- Version:
- 1.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJCoFunctionLoader.JCoFunctionAttr
-
Constructor Summary
Constructors Constructor Description JCoFunctionLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sap.conn.jco.JCoFunctionload(CacheKey cacheKey)This method is used to return aJCO.Functionto the cache.voidsetFuncAttr(JCoFunctionLoader.JCoFunctionAttr funcAttr)Setter-Method for propertyfuncAttr.
-
-
-
Method Detail
-
setFuncAttr
public void setFuncAttr(JCoFunctionLoader.JCoFunctionAttr funcAttr)
Setter-Method for propertyfuncAttr.- Parameters:
funcAttr- ThefuncAttrto set.
-
load
public com.sap.conn.jco.JCoFunction load(CacheKey cacheKey) throws CacheValueLoadException
This method is used to return aJCO.Functionto the cache. This function is already prepared to be accessed by several threads.- Specified by:
loadin interfaceCacheValueLoader<com.sap.conn.jco.JCoFunction>- Parameters:
cacheKey- cache key- Returns:
- JCoFunction function
- Throws:
CacheValueLoadException- CacheValueLoadException- See Also:
CacheValueLoader.load(de.hybris.platform.regioncache.key.CacheKey)
-
-