/* 61 */ this.newRate = is.readFloat();
/* */ }
/* */
/* */ public ResponseSupport serverInvoke() throws Exception
/* */ {
/* 66 */ ConsumerEndpoint endpoint = (ConsumerEndpoint)Dispatcher.instance.getTarget(this.objectId);
/* */
/* 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;
/* */ }