Package | Description |
---|---|
com.poscoict.glueframework |
package-info.java
|
com.poscoict.glueframework.biz.control |
biz control package.
|
com.poscoict.glueframework.cache |
cache package.
|
com.poscoict.glueframework.cache.remote |
package-info.java
|
com.poscoict.glueframework.dao |
dao package.
|
com.poscoict.glueframework.dao.manager |
package-info.java
|
com.poscoict.glueframework.message.layout |
layout manager package.
|
com.poscoict.glueframework.scheduling |
Schedule.
|
com.poscoict.glueframework.transaction |
transaction package.
|
com.poscoict.glueframework.util |
package-info.java
|
Modifier and Type | Class and Description |
---|---|
class |
GlueInvalidLicenseException |
Modifier and Type | Method and Description |
---|---|
Object |
GlueServiceLoader.loadCacheObject(Object cacheKey,
String regionName) |
Object |
GlueServiceDBLoader.loadCacheObject(Object cacheKey,
String regionName) |
Modifier and Type | Class and Description |
---|---|
class |
GlueCacheException
Cache System¿¡ °ü·ÃµÈ ¿¡·¯°¡ ¹ß»ýÇÏ¸é ´øÁ®Áö´Â Exception Ŭ·¡½º
|
Modifier and Type | Method and Description |
---|---|
Object |
GlueCacheLoader.loadCacheObject(Object cacheKey,
String regionName)
ÁÖ¾îÁø ij½¬ ¿µ¿ª¸í¿¡ ÇØ´çÇϴ ij½¬¿µ¿ª¿¡¼ ij½¬ Å°¸¦ »ç¿ëÇÏ¿© ¿ÀºêÁ§Æ®¸¦ ·ÎµùÇÔ
|
Modifier and Type | Class and Description |
---|---|
class |
GlueRemoteCacheException
Cache System¿¡ °ü·ÃµÈ ¿¡·¯°¡ ¹ß»ýÇÏ¸é ´øÁ®Áö´Â Exception Ŭ·¡½º
|
Modifier and Type | Class and Description |
---|---|
class |
GlueBadSqlGrammarException
SQL ¹®¹ý ¿À·ù·Î ÀÎÇؼ ¹ß»ýÇÏ´Â Exception Ŭ·¡½º.
|
class |
GlueDaoException
Data Access Object(DAO) °ü·Ã ExceptionÀÌ ¹ß»ýÇßÀ» ¶§ ¾²·Î¿ì µÈ´Ù.
|
class |
GlueDataAccessResourceFailureException
µ¥ÀÌŸ º£À̽º¿Í °°Àº ÀÚ¿ø¿¡ ¿¬°á½Ã ¿¡·¯°¡ ¹ß»ýµÇ¸é ´øÁ®Áö´Â Exception Ŭ·¡½º.
|
class |
GlueDataIntegrityViolationException
µ¥ÀÌŸº£À̽º¿¡ insert or update ½Ã ¹«°á¼º Á¦¾àÁ¶°Ç¿¡ À§¹èµÇ´Â °æ¿ì ´øÁ®Áö´Â Exception Ŭ·¡½º.
|
class |
GlueUncategorizedSQLException
Ä«Å×°í¸®È µÇÁö ¸øÇÏ´Â ÀϹÝÀûÀÎ SQLExceptionÀÌ ¹ß»ýÇÏ¸é ´øÁ®Áö´Â Exception Ŭ·¡½º.
|
Modifier and Type | Method and Description |
---|---|
Object |
GlueQueryLoader.loadCacheObject(Object cacheKey,
String regionName) |
Modifier and Type | Class and Description |
---|---|
class |
GlueMessageCreatorException
Message »ý¼º½Ã ¹ß»ýµÇ´Â ExceptionÀ» ó¸®ÇÏ´Â Class
|
class |
GlueMessageDefinitionException
Message Layout Loading½Ã ¹ß»ýµÇ´Â ExceptionÀ» ó¸®ÇÏ´Â Class
|
class |
GlueMessageParserException
Message ÆĽ̽à ¹ß»ýµÇ´Â ExceptionÀ» ó¸®ÇÏ´Â Class
|
class |
GlueMessageSenderException
Message ¼Û½Å½Ã ¹ß»ýµÇ´Â ExceptionÀ» ó¸®ÇÏ´Â Class
|
Modifier and Type | Method and Description |
---|---|
static Date |
GlueMessageUtil.convertStringToDate(String datestr)
String°ªÀ» Date·Î º¯È¯
|
Modifier and Type | Class and Description |
---|---|
class |
GlueSchedulerException
Glue Framework¿¡¼ Scheduling °ü·Ã Ŭ·¡½º Exception 󸮸¦ ´ã´ç
|
Modifier and Type | Method and Description |
---|---|
org.springframework.transaction.TransactionStatus |
GlueTransactionManager.changeTransaction(org.springframework.transaction.TransactionStatus transactionStatus)
ThreadLocalÀÇ Transaction Status¸¦ ±³Ã¼ÇÑ´Ù
|
org.springframework.transaction.TransactionStatus |
GlueLazyDataSourceTransactionManager.changeTransaction(org.springframework.transaction.TransactionStatus ts) |
org.springframework.transaction.TransactionStatus |
GlueDataSourceTransactionManager.changeTransaction(org.springframework.transaction.TransactionStatus ts)
ThreadLocalÀÇ Transaction Status¸¦ ±³Ã¼ÇÑ´Ù
|
boolean |
GlueTransactionManager.commit()
Æ®·£Àè¼ÇÀ» Ä¿¹ÔÇÑ´Ù.
|
boolean |
GlueLazyDataSourceTransactionManager.commit() |
boolean |
GlueDataSourceTransactionManager.commit() |
boolean |
GlueLazyTransactionManager.lazyCommit() |
boolean |
GlueLazyDataSourceTransactionManager.lazyCommit() |
boolean |
GlueLazyTransactionManager.lazyRollback() |
boolean |
GlueLazyDataSourceTransactionManager.lazyRollback() |
boolean |
GlueTransactionManager.rollback()
Æ®·£Àè¼ÇÀ» ·Ñ¹éÇÑ´Ù.
|
boolean |
GlueLazyDataSourceTransactionManager.rollback() |
boolean |
GlueDataSourceTransactionManager.rollback() |
void |
GlueTransactionManager.startTransaction()
Æ®·£Àè¼ÇÀ» ½ÃÀÛÇÑ´Ù.
|
void |
GlueLazyDataSourceTransactionManager.startTransaction() |
void |
GlueDataSourceTransactionManager.startTransaction() |
Modifier and Type | Method and Description |
---|---|
static URL |
GlueFileResourceUtil.getResource(String path)
ÇöÀç ThreadÀÇ Context¿¡ ÇØ´çÇÏ´Â Directory¿¡¼ path¸¦ URL·Î º¯È¯ÇÔ.
|
static InputStream |
GlueFileResourceUtil.getResourceAsStream(String path)
ÇöÀç ThreadÀÇ Context¿¡ ÇØ´çÇÏ´Â Directory¿¡¼ path¸¦ URL·Î º¯È¯ÇÔ.
|
static List<String> |
GlueFileResourceUtil.readFile(File file) |
static List<String> |
GlueFileResourceUtil.readFile(File file,
Charset charset) |
Copyright © 2013–2020 POSCO ICT. All rights reserved.