/* 91 */ if (endpoint == null)
/* */ {
/* 93 */ throw new IllegalStateException("Cannot find object in dispatcher with id " + this.objectId);
/* */ }
/* */
/* 96 */ endpoint.recoverDeliveries(this.dels, this.sessionID);
/* */
/* 98 */ return null;
/* */ }
/* */
/* */ public void write(DataOutputStream os) throws Exception