此内容没有您所选择的语言版本。
20.2. Participant Creation and Deployment
The participant provides the plumbing that drives the transactional aspects of the service. This section discusses the specifics of Participant programming and usage.
20.2.1. Implementing Participants 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Implementing a participant is a relatively straightforward task. However, depending on the complexity of the transactional infrastructure that the participant needs to manage, the task can vary greatly in complexity and scope. Your implementation needs to implement one of the interfaces found under com.arjuna.wst11.
Note
The corresponding participant interfaces used in the 1.0 protocol implementation are located in package
com.arjuna.wst
.