Exemplo n.º 1
0
 protected VipFullDataReaderPrx getVipFullDataReaderPrx(int userId) {
   Ice.ObjectPrx prx0 = getValidProxy(userId, service_name, 300);
   if (prx0 != null) {
     VipFullDataReaderPrx prx =
         VipFullDataReaderPrxHelper.uncheckedCast(prx0.ice_timeout(300).ice_twoway());
     return prx;
   } else {
     return null;
   }
 }