public void read(RPCInputStream in) throws RPCException, IOException {
   routineScopeHnd = in.readInt();
   lineNr = in.readInt();
   exeUnitHnd = in.readInt();
   instancePath.read(in);
   kind.read(in);
 }