com.poscoict.glueframework.ucube4.activity
Class GlueMessageSender
java.lang.Object
com.poscoict.glueframework.biz.activity.GlueActivity<GlueContext>
com.poscoict.glueframework.ucube4.activity.GlueMessageSender
public class GlueMessageSender
- extends GlueActivity<GlueContext>
GlueMessageSender Activity. u-CUBE4 ¸¦ ÀÌ¿ëÇÑ Message Sender.
»ç¿ë ¿¹
Property ¼³Á¤
- sender : Message(TC,File)À» ¼Û½Å ÇÏ´Â component. application.xml ÀÇ bean id.(Çʼö)
¿¹) applicationContext.xml
Glue_SEND
- service-broker : u-CUBE4 ÀÇ service broker name.(Çʼö)
- interface-id : u-CUBE4 ÀÇ interface id.(Çʼö)
- interface-type : interface type.(Çʼö)
tc ¶Ç´Â file
- message : º¸³»°íÀÚ ÇÏ´Â message¸¦ ´ã°í ÀÖ´Â ctxÀÇ key.(Çʼö)
interface-typeÀÌ tcÀÏ°æ¿ì ctx.get(key)´Â String, List, Map> ÀÓ.
interface-typeÀÌ fileÀÏ °æ¿ì ctx.get(key)´Â String ÀÓ.
Methods inherited from class com.poscoict.glueframework.biz.activity.GlueActivity |
commitTransaction, getDao, getEventList, getName, getProperty, getPropertyNames, getTransition, rollbackTransaction, setEventList, setName, setProperty, setTransition |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlueMessageSender
public GlueMessageSender()
runActivity
public String runActivity(GlueContext ctx)
- Description copied from class:
GlueActivity
- Sub Class¿¡¼ ¹Ýµå½Ã ±¸ÇöÇÏ¿©¾ß ÇÏ´Â Abstract Method À̸ç ÀÌ Method´Â F/W¿¡¼ È£ÃâÇÑ´Ù. °á°ú °ªÀº GlueContext¿¡ ´ã¾Æ¼ ´ÙÀ½ Activity ¶Ç´Â F/W¿¡ Àü´ÞÇÏ°Ô µÈ´Ù. ÇÊ¿äÇÑ ¸ðµç Data´Â
GlueContext¿¡¼ È£ÃâÇÏ¿© »ç¿ëÇÏ°Ô µÈ´Ù.
- Specified by:
runActivity
in class GlueActivity<GlueContext>
- Parameters:
ctx
- GlueContext
- Returns:
- String Á¤»óÀûÀ̸é "success"¸¦ Return ÇÏ°í ºñÁ¤»ó 󸮸¦ ¿øÇϸé "failure"¸¦ Return ÇÑ´Ù.
¿¹)
==> return "success"À̸é BizLogic Activity ¸¦ ½ÇÇàÇÔ.
Copyright © 2013–2014 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.