|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBatisProcessingStrategy
Processing strategy for dealing with IBatis when consuming.
| Method Summary | |
|---|---|
void |
commit(IBatisEndpoint endpoint,
org.apache.camel.Exchange exchange,
Object data,
String consumeStatements)
Commit callback if there are a statements to be run after processing. |
int |
getIsolation()
Returns the transaction isolation level set on the processing strategy. |
List |
poll(IBatisConsumer consumer,
IBatisEndpoint endpoint)
Called when record is being queried. |
void |
setIsolation(int isolation)
Sets the transaction isolation level on the processing strategy. |
| Method Detail |
|---|
List poll(IBatisConsumer consumer,
IBatisEndpoint endpoint)
throws Exception
consumer - the consumerendpoint - the endpoint
List
Exception - can be thrown in case of error
void commit(IBatisEndpoint endpoint,
org.apache.camel.Exchange exchange,
Object data,
String consumeStatements)
throws Exception
endpoint - the endpointexchange - The exchange after it has been processeddata - The original data delivered to the routeconsumeStatements - Name of the statement(s) to run, will use SQL update. Use comma to provide multiple statements to run.
Exception - can be thrown in case of errorint getIsolation()
void setIsolation(int isolation)
isolation - the transaction isolation level.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||