Package com.poscoict.glueframework.biz.control

biz control package.

See:
          Description

Interface Summary
GlueBizControlConstants Glue F/W ¿¹¾à¾î »ó¼öÁ¤ÀÇ.
GlueBizController BizController ÀÎÅÍÆäÀ̽º.
GlueMoniHelper  
GlueServiceManager ServiceManager
 

Class Summary
GlueBizControllerImpl BizController ±¸Çöü.
GlueBizProvider GlueBizControllerÀÇ Instace¸¦ Á¦°øÇϱâ À§ÇÑ Class
GlueBizController¸¦ »ç¿ëÇÏ°í GlueBizController ±¸Çöü¸¦ Á÷Á¢ »ç¿ëÇÏÁö ¾Ê°Ô Çϱâ À§ÇØ Á¦°øµÊ.
GlueService GlueService Class´Â Service.xmlÀÇ ³»¿ëÀ» ´ã°í ÀÖ´Â °´Ã¼ÀÌ´Ù.
GlueServiceDBLoader CacheLoader ±¸Çöü.
GlueServiceLoader CacheLoader ±¸Çöü.
GlueServiceManagerImpl ServiceManager ±¸Çöü.
 

Package com.poscoict.glueframework.biz.control Description

biz control package. Glue Biz Controller.

Glue Biz Controller´Â Glue Service ÆÄÀÏÀ» Àоîµé¿© ½ÇÇàÇÏ´Â ¿ªÇÒÀ» ÇÑ´Ù. Web, Non-Web App °øÅëÀ¸·Î »ç¿ëµÇ¸ç,Transactionó¸® ¹× Logging¸¦ ó¸®ÇÏ°í ¼öÇà°á°ú´Â GlueContext¿¡ ¹Ý¿µÇÑ´Ù.

  //service ¼öÇà¿¡ ÇÊ¿äÇÑ Á¤º¸ PosContext¿¡ ¼³Á¤
  GlueContext ctx = new GlueDefaultContext();
  //Çʼö : ServiceName
  ctx.put(GlueBizControlConstants.SERVICE_NAME,"emp-service");
  
  // Biz Controller ȹµæ
  GlueBizController bizIF = GlueBizProvider.getController();
  
  // Service ¼öÇà
  bizIF.doAction(ctx);
  
  // Service ¼öÇà°á°ú È°¿ë
  List rowSet = (List)ctx.get("empResultList");
  Integer insertCnt = (Integer)ctx.get("insertCnt");
 

Since:
2013. 5. 10.
Version:
1.0.0
Author:
Ç㠵γç


Copyright © 2013–2015 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.