public interface AdminServletMgrIf
Modifier and Type | Method and Description |
---|---|
AdminEngineCacheMgrIf |
getEngMgr() |
java.lang.String |
getErpInputQueue() |
java.lang.String |
getERPOutputQueuePrefix() |
java.lang.String |
getKKEngPropertiesFile() |
java.lang.String |
processExportMsg(java.lang.String msgIn)
Before sending to queue we have to add an outer messages tag as well as an XML header
|
void |
setEngMgr(AdminEngineCacheMgrIf engMgr) |
void |
setErpInputQueue(java.lang.String erpInputQueue) |
void |
setERPOutputQueuePrefix(java.lang.String erpOutputQueuePrefix) |
void |
setKKEngPropertiesFile(java.lang.String kkEngPropertiesFile) |
void |
shutdown()
Shutdown the QueueReader
|
void |
startUp()
Initialise MQ and Start up the read Queue
|
void |
writeToQueue(java.lang.String storeId,
java.lang.String msg)
Method to post data to a queue based on the storeId
|
void startUp() throws java.lang.Exception
java.lang.Exception
- an unexpected exceptionvoid shutdown() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin enginevoid writeToQueue(java.lang.String storeId, java.lang.String msg) throws java.lang.Exception
storeId
- the storeIdmsg
- the msgjava.lang.Exception
- an unexpected exceptionjava.lang.String processExportMsg(java.lang.String msgIn) throws KKAdminException
msgIn
- the msgInKKAdminException
- an unexpected exception in the KonaKart Admin enginejava.lang.String getERPOutputQueuePrefix()
void setERPOutputQueuePrefix(java.lang.String erpOutputQueuePrefix)
erpOutputQueuePrefix
- the erpOutputQueuePrefix to setjava.lang.String getErpInputQueue()
void setErpInputQueue(java.lang.String erpInputQueue)
erpInputQueue
- the erpInputQueue to setAdminEngineCacheMgrIf getEngMgr() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin enginevoid setEngMgr(AdminEngineCacheMgrIf engMgr) throws KKAdminException
engMgr
- the engMgr to setKKAdminException
- an unexpected exception in the KonaKart Admin enginejava.lang.String getKKEngPropertiesFile() throws KKAdminException
KKAdminException
- an unexpected exception in the KonaKart Admin enginevoid setKKEngPropertiesFile(java.lang.String kkEngPropertiesFile) throws KKAdminException
kkEngPropertiesFile
- the kkEngPropertiesFile to setKKAdminException
- an unexpected exception in the KonaKart Admin engineCopyright © 2018 DS Data Systems UK Ltd.