// No parameters
client.checkTag();
Object o= null; // for the value returned
try {
o= server.get(); // invoke the method
}
catch (Exception excp) {
client.remoteRetException(excp);
return;
}
client.remoteRetObject(o);
return;