|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.poscoict.glueframework.biz.control.GlueServiceLoader
public class GlueServiceLoader
GlueServiceLoader Cache¿¡¼ ÇØ´ç Service°´Ã¼(GlueService)¸¦ ã°í ¾øÀ¸¸é Service.xmlÀ» ÀÐ¾î¼ Cache¿¡ ÀúÀåÇÑ´Ù.
bean property ¼³Á¤ - rootPath : (¼±ÅÃ) default´Â 'service' [sample] »ç¿ë ¿¹# 1»ç¿ë ¿¹# 2
Constructor Summary | |
---|---|
GlueServiceLoader()
»ý¼ºÀÚ(constructor). |
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
String |
getRootPath()
getter method. |
GlueService |
loadCacheObject(Object serviceName,
String regionName)
ÁÖ¾îÁø ij½¬ ¿µ¿ª¸í¿¡ ÇØ´çÇϴ ij½¬¿µ¿ª¿¡¼ ij½¬ Å°¸¦ »ç¿ëÇÏ¿© ¿ÀºêÁ§Æ®¸¦ ·ÎµùÇÔ |
void |
setRootPath(String serviceRootPath)
setter method for DI. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlueServiceLoader()
Method Detail |
---|
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 GlueService loadCacheObject(Object serviceName, String regionName) throws GlueException
GlueCacheLoader
loadCacheObject
in interface GlueCacheLoader
serviceName
- ij½¬ Å°regionName
- ij½¬ ¿µ¿ª¸í
GlueException
- - ij½¬°ü·Ã ¿¡·¯¹ß»ý ½Ãpublic void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |