protected void finalizeRequest(CommandResponderEvent command,
Request req,
MOServer server) {
boolean complete = req.isComplete();
AgentXQueueEntry entry = agentXQueue.get(req.getTransactionID());
boolean waitingForResponse = false;
if (entry != null) {
Collection pending = entry.getPending();
entry.updateTimestamp();
for (Iterator it = pending.iterator(); it.hasNext(); ) {
AgentXPending p = (AgentXPending) it.next();
if (pending != null) {
AgentXPDU agentXPDU = p.getAgentXPDU();
AgentXMasterSession session = p.getSession();