|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TransactionCallback
Interface used to define objects that want to receive the streamed results from RetrieveTxnResponse messages.
Method Summary | |
---|---|
void |
finishProcessing()
|
void |
finishProcessing(long sourceDate)
Finish processing this request. |
void |
processTransaction(java.lang.String queueName,
Transaction txn)
|
void |
processTransaction(Transaction txn)
Process the given transaction which was received via the stream in the RetrieveTxnResponse message. |
void |
setQueueLastTimestamp(java.lang.String queueName,
long sourceDate)
|
Method Detail |
---|
void processTransaction(Transaction txn) throws HandleException
HandleException
void finishProcessing(long sourceDate)
void finishProcessing()
void setQueueLastTimestamp(java.lang.String queueName, long sourceDate)
void processTransaction(java.lang.String queueName, Transaction txn) throws HandleException
HandleException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |