Package oracle.tmm.tcc.vo
Class CancelRequest
java.lang.Object
oracle.tmm.tcc.vo.CancelRequest
Provide a list of TCC participant information which are called to Cancel the updates associated with the current transaction
-
Constructor Summary
ConstructorsConstructorDescriptionInitialize a TCC Cancel requestCancelRequest
(List<TccParticipant> participants) Initialize the Cancel request with a list of TCC participant information which are called to Cancel 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
-
CancelRequest
Initialize the Cancel request with a list of TCC participant information which are called to Cancel updates associated with the current transaction- Parameters:
participants
- list of TCC participant information
-
CancelRequest
public CancelRequest()Initialize a TCC Cancel request
-
-
Method Details
-
getParticipants
Get a list of TCC participant information- Returns:
- list of TCC participant information
-
addParticipants
Add more TCC participants to the current transaction- Parameters:
participants
- list of TCC participant information
-
toString
-