Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在网上寻找一种在 GlassFish 上设置超时的方法。我正在使用 EJB 和 SessionBean 为 GlassFish 开发一个独立的 Java 客户端。
我想在使用远程会话时设置一些超时,因为如果另一端的服务器完成,返回异常之前需要一段时间。
所以我的问题是:如何通过 Java 客户端中的远程会话超时后返回异常?我还可以为查找设置超时吗?
编辑:另外,有没有办法添加一种侦听器来检测远程服务器何时关闭?