this.pollOperation = pollOperation;
}
@Override
public void run() throws Exception {
QueueContainer container = getOrCreateContainer();
if (pollOperation) {
response = container.txnRollbackPoll(itemId, true);
} else {
response = container.txnRollbackOfferBackup(itemId);
}
}