开发者

How do I test if a Java RMI object is alive?

开发者 https://www.devze.com 2023-01-10 05:52 出处:网络
How can I test 开发者_开发技巧if my reference to an remote object is still alive?Call any method on the object. A RemoteException will be thrown if the object is not alive.

How can I test 开发者_开发技巧if my reference to an remote object is still alive?


Call any method on the object. A RemoteException will be thrown if the object is not alive.

0

精彩评论

暂无评论...
验证码 换一张
取 消