public class WriteToIfaceTable
extends java.lang.Object
| Constructor and Description |
|---|
WriteToIfaceTable(java.lang.String senderName,
java.lang.String ifaceName,
java.lang.String ifaceTbName,
java.util.List mapList,
java.util.Map senderMap,
java.util.List actionList,
java.lang.String messageId,
java.lang.String transLanguage)
overloaded Constructor
|
WriteToIfaceTable(java.lang.String interTransTbName,
java.lang.String senderName,
java.lang.String ifaceName,
java.lang.String ifaceTbName,
java.util.List nounslist,
java.util.Map props,
java.util.List actionList,
java.lang.String messageId,
java.lang.String transLanguage)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
prepareTbColumnInfoFromDB() |
void |
releaseResources()
Release the Database related resources
|
void |
setIfaceTabledata()
Set the interface table data
|
public WriteToIfaceTable(java.lang.String interTransTbName,
java.lang.String senderName,
java.lang.String ifaceName,
java.lang.String ifaceTbName,
java.util.List nounslist,
java.util.Map props,
java.util.List actionList,
java.lang.String messageId,
java.lang.String transLanguage)
throws MXException,
java.rmi.RemoteException
interTransTbName - the queue table namesenderName - the senderifaceName - the interface nameifaceTbName - the interface table namenounslist - the list of nounsprops - the endpoint configuration properties for interface tableactionList - the list of actions [based on the noun list]messageId - the unique messageid [from JMS message] used to select the transidMXExceptionjava.rmi.RemoteExceptionpublic WriteToIfaceTable(java.lang.String senderName,
java.lang.String ifaceName,
java.lang.String ifaceTbName,
java.util.List mapList,
java.util.Map senderMap,
java.util.List actionList,
java.lang.String messageId,
java.lang.String transLanguage)
throws MXException,
java.rmi.RemoteException
senderName - the senderifaceName - the interface nameifaceTbName - the interface table namemapList - List of nouns (flattened records)senderMap - Endpoint properties needed for the handler to send the data outactionList - the list of actions [based on the noun list]messageId - the unique messageid [from JMS message] used to select the transidtransLanguage - the language used on the systemMXExceptionjava.rmi.RemoteExceptionpublic void releaseResources()
public void prepareTbColumnInfoFromDB()
throws java.sql.SQLException
java.sql.SQLExceptionpublic void setIfaceTabledata()
throws MXException,
java.sql.SQLException
MXExceptionjava.sql.SQLException