
public class GlueUCubeManagerImpl extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean, org.springframework.core.PriorityOrdered, GlueUCubeManager
Bean Property - propertyFileName : (Çʼö) - serviceBrokerNames : (Çʼö) - period : (¼±ÅÃ) default 0. ucubeManager »ý¼º½Ã, period°ªÀÌ 0ÀÌ ¾Æ´Ï¸é ServiceBrokerChecker°¡ µ¿ÀÛÇÔ. ¿¹Á¦»ç¿ë ¿¹# 1
GLUE_SEND GLUE_RECV
IEAIServiceBrokerHandler| Constructor and Description |
|---|
GlueUCubeManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.DisposableBeanExceptionpublic void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic int getOrder()
getOrder in interface org.springframework.core.Orderedpublic int sendMessage(String brokerName, String interfaceID, String message)
sendMessage in interface GlueUCubeManagerbrokerName - Service Broker ¸íinterfaceID - interface idmessage - º¸³»°íÀÚ ÇÏ´Â messagepublic int[] sendMessages(String brokerName, String interfaceID, List<String> messageList)
sendMessages in interface GlueUCubeManagerbrokerName - Service Broker ¸íinterfaceID - interface idmessageList - º¸³»°íÀÚ ÇÏ´Â message ¸®½ºÆ®public int sendFile(String brokerName, String interfaceID, String filePath)
sendFile in interface GlueUCubeManagerbrokerName - Service Broker ¸íinterfaceID - interface idfilePath - º¸³»°íÀÚ ÇÏ´Â file Á¤º¸(°æ·Î & ÆÄÀϸí)Copyright © 2013–2020 POSCO ICT. All rights reserved.