public class GlueServiceLoader extends Object implements GlueCacheLoader, InitializingBean
Bean Property - rootPath : (필수) default는 'service' - extraServiceFiles : (선택) 예제사용 예# 1 사용 예# 2 사용 예# 3
extra/security-service.xml
Constructor and Description |
---|
GlueServiceLoader()
생성자(constructor).
|
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
String |
getRootPath()
getter method.
|
Object |
loadCacheObject(Object cacheKey,
String regionName)
주어진 캐쉬 영역명에 해당하는 캐쉬영역에서 캐쉬 키를 사용하여 오브젝트를 로딩함
|
void |
setExtraServiceFiles(List<String> extraServiceFiles)
setter method for DI.
|
void |
setRootPath(String serviceRootPath)
setter method for DI.
|
public String getRootPath()
public void setRootPath(String serviceRootPath)
serviceRootPath
- 2가지 type이 가능하며, 경로와 property name임 첫번째는 경로일 경우로 상대경로이며, 디렉토리 구분은 슬래시(/)나 역슬래시 (\)로 해야함. 두번째는 property name일 경우로 glue.properties에 들어가는 key를 사용함. serviceRootPath it depends on Thread.currentThread().getContextClassLoader()
public void setExtraServiceFiles(List<String> extraServiceFiles)
public Object loadCacheObject(Object cacheKey, String regionName) throws GlueException
GlueCacheLoader
loadCacheObject
in interface GlueCacheLoader
cacheKey
- 캐쉬 키regionName
- 캐쉬 영역명GlueException
- - 캐쉬관련 에러발생 시public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
Copyright © 2013–2021 POSCO ICT. All rights reserved.