Java Doc for ATParticipant.java in » 6.0-JDK-Modules-com.sun » wsit » com » sun » xml » ws » tx » at » Java Source Code / Java DocumentationJava Source Code and Java Documentation
A participant represents one of the three ws-at protocols:
completion, volatile 2PC or durable 2PC.
Participant lifecycle consist of generating a endpoint reference
Transaction timeout from Participants perspective.
Coordination Context expires specifies the period, measured from
the point in time at which the context was first created or received, after which a
transaction MAY be terminated solely due to its length of operation.
A 2PC participant MAY elect to abort its work in the transaction so long as it has not
already decided to prepare.
author: Ryan.Shoemaker@Sun.COM version: $Revision: 1.16 $ since: 1.0
ATParticipant(Coordinator parent, Participant participant) Register will figure out if participant will register with local or remote Coordination Protocol Service.