Uses of Class
org.apache.synapse.message.store.impl.jdbc.util.Statement
-
Packages that use Statement Package Description org.apache.synapse.message.store.impl.jdbc org.apache.synapse.message.store.impl.resequencer -
-
Uses of Statement in org.apache.synapse.message.store.impl.jdbc
Methods in org.apache.synapse.message.store.impl.jdbc that return Statement Modifier and Type Method Description protected Statement
JDBCMessageStore. getStoreMessageStatement(MessageContext messageContext, Long sequenceId)
Generates the statement to store message in database.Methods in org.apache.synapse.message.store.impl.jdbc that return types with arguments of type Statement Modifier and Type Method Description protected List<Statement>
JDBCMessageStore. removeMessageStatement(String msgId)
Statement to remove the message once a response is received.Methods in org.apache.synapse.message.store.impl.jdbc with parameters of type Statement Modifier and Type Method Description protected List<Map>
JDBCMessageStore. getProcessedRows(Statement statement)
Will return the list of processed message rows. -
Uses of Statement in org.apache.synapse.message.store.impl.resequencer
Methods in org.apache.synapse.message.store.impl.resequencer that return Statement Modifier and Type Method Description protected Statement
ResequenceMessageStore. getStoreMessageStatement(MessageContext context, Long sequenceId)
Stores message in database by providing the correct sequence id.Methods in org.apache.synapse.message.store.impl.resequencer that return types with arguments of type Statement Modifier and Type Method Description protected List<Statement>
ResequenceMessageStore. removeMessageStatement(String msgId)
Remove message statement.
-