Ejemplo n.º 1
0
 @Override
 public WaitNotifyKey getWaitKey() {
   QueueContainer container = getOrCreateContainer();
   return container.getPollWaitNotifyKey();
 }
Ejemplo n.º 2
0
 @Override
 public void run() throws Exception {
   QueueContainer container = getOrCreateContainer();
   response = container.txnPollReserve(reservedOfferId, transactionId);
 }