/* 69 */ if (endpoint == null)
/* */ {
/* 71 */ throw new IllegalStateException("Cannot find object in dispatcher with id " + this.objectId);
/* */ }
/* */
/* 74 */ endpoint.changeRate(this.newRate);
/* */
/* 76 */ return null;
/* */ }
/* */
/* */ public void write(DataOutputStream os) throws Exception