Spring框架学习[Spring RMI实现远程调用](九)

2014-11-24 03:00:32 · 作者: · 浏览: 9
" + this.serviceName + "': " + ex.toString()); } catch (RemoteException ex) { unexportObjectSilently(); throw ex; } } …… }