이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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
.