}
public void run() throws Exception {
QueueContainer container = getOrCreateContainer();
if (container.hasEnoughCapacity(txSize+1)) {
response = container.txnOfferReserve(transactionId);
}
}
public WaitNotifyKey getWaitKey() {
return getOrCreateContainer().getOfferWaitNotifyKey();