Object o= (Object)in.readObject(); // get the parameter
client.checkTag(); // not really needed
try {
server.put(o); // invoke the method
}
catch (Exception excp) {
client.remoteRetException(excp);
return;
}
client.remoteRetVoid();
return;