/* 60 */ this.clientID = is.readUTF();
/* */ }
/* */
/* */ public ResponseSupport serverInvoke() throws Exception
/* */ {
/* 65 */ ConnectionEndpoint endpoint = (ConnectionEndpoint)Dispatcher.instance.getTarget(this.objectId);
/* */
/* 68 */ if (endpoint == null)
/* */ {
/* 70 */ throw new IllegalStateException("Cannot find object in dispatcher with id " + this.objectId);
/* */ }
/* */
/* 73 */ endpoint.setClientID(this.clientID);
/* */
/* 75 */ return null;
/* */ }