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.
请帮助我理解@Stateless EJB 3 bean。
如果我有一个具有两种方法且池大小为 1 的 bean,如果两个客户端在其上调用不同的方法,是否可以同时访问该 bean。
我觉得答案是“否”,因为 ejb 不检查方法是否在内部没有链接。这是正确的吗?
答案是否定的,因为规范保证永远不会同时调用给定的 EJB 实例。