Esempio n. 1
0
 public void start(
     I iface, show_args args, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
     throws TException {
   iface.show(args.user, resultHandler);
 }
Esempio n. 2
0
 public show_result getResult(I iface, show_args args) throws org.apache.thrift.TException {
   show_result result = new show_result();
   iface.show(args.user);
   return result;
 }