/* 85 */ if (endpoint == null)
/* */ {
/* 87 */ throw new IllegalStateException("Cannot find object in dispatcher with id " + this.objectId);
/* */ }
/* */
/* 90 */ endpoint.acknowledgeDeliveries(this.acks);
/* */
/* 92 */ return null;
/* */ }
/* */
/* */ public void write(DataOutputStream os) throws Exception