Package oracle.tmm.tcc.vo
Class ConfirmRequest
java.lang.Object
oracle.tmm.tcc.vo.ConfirmRequest
Provide a list of TCC participant information which are called to Confirm the updates associated with the current transaction
-
Constructor Summary
ConstructorsConstructorDescriptionInitialize a TCC Confirm requestConfirmRequest
(List<TccParticipant> participants) Initialize the Confirm request with a list of TCC participant information which are called to Confirm the updates associated with the current transaction -
Method Summary
Modifier and TypeMethodDescriptionvoid
addParticipants
(List<TccParticipant> participants) Add more TCC participants to the current transactionGet a list of TCC participant informationtoString()
-
Constructor Details
-
ConfirmRequest
Initialize the Confirm request with a list of TCC participant information which are called to Confirm the updates associated with the current transaction- Parameters:
participants
- list of TCC participant information
-
ConfirmRequest
public ConfirmRequest()Initialize a TCC Confirm request
-
-
Method Details
-
addParticipants
Add more TCC participants to the current transaction- Parameters:
participants
- list of TCC participant information
-
getParticipants
Get a list of TCC participant information- Returns:
- list of TCC participant information
-
toString
-