/* */ }
/* */
/* */ protected void getNextBlock(ConnectionEndpoint connection)
/* */ throws JMSException
/* */ {
/* 67 */ IDBlock block = connection.getIdBlock(this.blockSize);
/* */
/* 69 */ this.nextID = block.getLow();
/* 70 */ this.high = block.getHigh();
/* */
/* 72 */ if (this.trace) log.trace("Got block of IDs from server, low=" + this.nextID + " high=" + this.high);
/* */ }