Searched refs:commandId (Results 1 – 2 of 2) sorted by relevance
192 private int commandId; field in PacketDispatcher.CommandsSynchronyzer206 commandId = 1; in CommandsSynchronyzer()215 return commandId++; in getNextId()398 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() argument409 ReplyPacket currentReply = replies.remove(new Integer(commandId)); in receiveReply()722 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() argument724 return commandsSynchronyzer.receiveReply(commandId, timeout); in receiveReply()
1675 public ReplyPacket receiveReply(int commandId) throws InterruptedException, in receiveReply() argument1677 return packetDispatcher.receiveReply(commandId, config.getTimeout()); in receiveReply()1702 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() argument1704 return packetDispatcher.receiveReply(commandId, timeout); in receiveReply()