EJB服务器提供一些基本服务,比如对象分发、命名、安全性、持久性、事务管理和并发性。
The EJB server provides primary services such as object distribution, naming, security, persistence, transaction management, and concurrency.
然后应用服务器会在调用工作对象的run方法之前把这个事务与执行线程关联起来。
The application server then associates this transaction with the thread of execution before calling the work object's run method.
在服务器端,将从接收到的DataHanlder对象提取MimeMessage,以了解事务的详细信息。
On the server side, you would extract the MimeMessage from the received DataHanlder object to know details about the transaction.
应用推荐