|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use GlueException | |
---|---|
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 |
Uses of GlueException in com.poscoict.glueframework |
---|
Subclasses of GlueException in com.poscoict.glueframework | |
---|---|
class |
GlueInvalidLicenseException
|
Uses of GlueException in com.poscoict.glueframework.biz.control |
---|
Methods in com.poscoict.glueframework.biz.control that throw GlueException | |
---|---|
Object |
GlueServiceLoader.loadCacheObject(Object cacheKey,
String regionName)
|
Object |
GlueServiceDBLoader.loadCacheObject(Object cacheKey,
String regionName)
|
Uses of GlueException in com.poscoict.glueframework.cache |
---|
Subclasses of GlueException in com.poscoict.glueframework.cache | |
---|---|
class |
GlueCacheException
Cache System에 관련된 에러가 발생하면 던져지는 Exception 클래스 |
Methods in com.poscoict.glueframework.cache that throw GlueException | |
---|---|
Object |
GlueCacheLoader.loadCacheObject(Object cacheKey,
String regionName)
주어진 캐쉬 영역명에 해당하는 캐쉬영역에서 캐쉬 키를 사용하여 오브젝트를 로딩함 |
Uses of GlueException in com.poscoict.glueframework.cache.remote |
---|
Subclasses of GlueException in com.poscoict.glueframework.cache.remote | |
---|---|
class |
GlueRemoteCacheException
Cache System에 관련된 에러가 발생하면 던져지는 Exception 클래스 |
Uses of GlueException in com.poscoict.glueframework.dao |
---|
Subclasses of GlueException in com.poscoict.glueframework.dao | |
---|---|
class |
GlueBadSqlGrammarException
SQL 문법 오류로 인해서 발생하는 Exception 클래스. |
class |
GlueDaoException
Data Access Object(DAO) 관련 Exception이 발생했을 때 쓰로우 된다. |
class |
GlueDataAccessResourceFailureException
데이타 베이스와 같은 자원에 연결시 에러가 발생되면 던져지는 Exception 클래스. |
class |
GlueDataIntegrityViolationException
데이타베이스에 insert or update 시 무결성 제약조건에 위배되는 경우 던져지는 Exception 클래스. |
class |
GlueUncategorizedSQLException
카테고리화 되지 못하는 일반적인 SQLException이 발생하면 던져지는 Exception 클래스. |
Uses of GlueException in com.poscoict.glueframework.dao.manager |
---|
Methods in com.poscoict.glueframework.dao.manager that throw GlueException | |
---|---|
Object |
GlueQueryLoader.loadCacheObject(Object cacheKey,
String regionName)
|
Uses of GlueException in com.poscoict.glueframework.message.layout |
---|
Subclasses of GlueException in com.poscoict.glueframework.message.layout | |
---|---|
class |
GlueMessageCreatorException
Message 생성시 발생되는 Exception을 처리하는 Class |
class |
GlueMessageDefinitionException
Message Layout Loading시 발생되는 Exception을 처리하는 Class |
class |
GlueMessageParserException
Message 파싱시 발생되는 Exception을 처리하는 Class |
class |
GlueMessageSenderException
Message 송신시 발생되는 Exception을 처리하는 Class |
Methods in com.poscoict.glueframework.message.layout that throw GlueException | |
---|---|
static Date |
GlueMessageUtil.convertStringToDate(String datestr)
String값을 Date로 변환 |
Uses of GlueException in com.poscoict.glueframework.scheduling |
---|
Subclasses of GlueException in com.poscoict.glueframework.scheduling | |
---|---|
class |
GlueSchedulerException
Glue Framework에서 Scheduling 관련 클래스 Exception 처리를 담당 |
Uses of GlueException in com.poscoict.glueframework.transaction |
---|
Methods in com.poscoict.glueframework.transaction that throw GlueException | |
---|---|
TransactionStatus |
GlueHibernateTransactionManager.changeTransaction(TransactionStatus ts)
|
TransactionStatus |
GlueTransactionManager.changeTransaction(TransactionStatus transactionStatus)
ThreadLocal의 Transaction Status를 교체한다 |
TransactionStatus |
GlueLazyDataSourceTransactionManager.changeTransaction(TransactionStatus ts)
|
TransactionStatus |
GlueDataSourceTransactionManager.changeTransaction(TransactionStatus ts)
ThreadLocal의 Transaction Status를 교체한다 |
boolean |
GlueHibernateTransactionManager.commit()
|
boolean |
GlueTransactionManager.commit()
트랜잭션을 커밋한다. |
boolean |
GlueLazyDataSourceTransactionManager.commit()
|
boolean |
GlueDataSourceTransactionManager.commit()
|
boolean |
GlueLazyTransactionManager.lazyCommit()
|
boolean |
GlueLazyDataSourceTransactionManager.lazyCommit()
|
boolean |
GlueLazyTransactionManager.lazyRollback()
|
boolean |
GlueLazyDataSourceTransactionManager.lazyRollback()
|
boolean |
GlueHibernateTransactionManager.rollback()
|
boolean |
GlueTransactionManager.rollback()
트랜잭션을 롤백한다. |
boolean |
GlueLazyDataSourceTransactionManager.rollback()
|
boolean |
GlueDataSourceTransactionManager.rollback()
|
void |
GlueHibernateTransactionManager.startTransaction()
|
void |
GlueTransactionManager.startTransaction()
트랜잭션을 시작한다. |
void |
GlueLazyDataSourceTransactionManager.startTransaction()
|
void |
GlueDataSourceTransactionManager.startTransaction()
|
Uses of GlueException in com.poscoict.glueframework.util |
---|
Methods in com.poscoict.glueframework.util that throw GlueException | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |