|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.poscoict.glueframework.ucube4.GlueUCubeManagerImpl
public class GlueUCubeManagerImpl
u-CUBE 4 ¿ë Manager. ucube-apapter-{version}.jar ¸¦ ÇÊ¿ä·ÎÇÔ. com.poscoict.eai.adapter.handler.IEAIServiceBrokerHandler Ŭ·¡½º°¡ »ç¿ëµÊ.
Bean Property - propertyFileName : (Çʼö) - serviceBrokerNames : (Çʼö) - period : (¼±ÅÃ) default 0. ucubeManager »ý¼º½Ã, period°ªÀÌ 0ÀÌ ¾Æ´Ï¸é ServiceBrokerChecker°¡ µ¿ÀÛÇÔ. ¿¹Á¦»ç¿ë ¿¹# 1
GLUE_SEND GLUE_RECV
IEAIServiceBrokerHandler
Field Summary |
---|
Fields inherited from interface org.springframework.core.Ordered |
---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
Constructor Summary | |
---|---|
GlueUCubeManagerImpl()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
void |
destroy()
|
int |
getOrder()
|
int |
sendFile(String brokerName,
String interfaceID,
String filePath)
1°³ file ¼Û½Å. |
int |
sendMessage(String brokerName,
String interfaceID,
String message)
1°³ÀÇ message ¼Û½Å. |
int[] |
sendMessages(String brokerName,
String interfaceID,
List<String> messageList)
¿©·¯°³ÀÇ message ¼Û½Å. |
void |
setPeriod(int period)
setter method. |
void |
setPropertyFileName(String propertyFileName)
setter method. |
void |
setServiceBrokerNames(List<String> serviceBrokerNames)
setter method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlueUCubeManagerImpl()
Method Detail |
---|
public void setPropertyFileName(String propertyFileName)
propertyFileName
- - IEAIServiceBrokerHandler ÃʱâȽà »ç¿ëÇÒ ÆÄÀÏpublic void setServiceBrokerNames(List<String> serviceBrokerNames)
serviceBrokerNames
- - IEAIServiceBrokerHandler¸¦ ÅëÇØ start ½Ãų Service Broker ¸í.public void setPeriod(int period)
period
- public void destroy() throws Exception
destroy
in interface org.springframework.beans.factory.DisposableBean
Exception
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
public int sendMessage(String brokerName, String interfaceID, String message)
sendMessage
in interface GlueUCubeManager
brokerName
- Service Broker ¸íinterfaceID
- interface idmessage
- º¸³»°íÀÚ ÇÏ´Â message
public int[] sendMessages(String brokerName, String interfaceID, List<String> messageList)
sendMessages
in interface GlueUCubeManager
brokerName
- Service Broker ¸íinterfaceID
- interface idmessageList
- º¸³»°íÀÚ ÇÏ´Â message ¸®½ºÆ®
public int sendFile(String brokerName, String interfaceID, String filePath)
sendFile
in interface GlueUCubeManager
brokerName
- Service Broker ¸íinterfaceID
- interface idfilePath
- º¸³»°íÀÚ ÇÏ´Â file Á¤º¸(°æ·Î & ÆÄÀϸí)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |