Class TxCollaboratorConfig
java.lang.Object
com.ibm.wsspi.webcontainer.collaborator.TxCollaboratorConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setBeginner
(boolean beginner) void
setDispatchContext
(Object object) void
setIncumbentTx
(Object incumbentTx) void
setSuspendTx
(Object object)
-
Constructor Details
-
TxCollaboratorConfig
public TxCollaboratorConfig()
-
-
Method Details
-
getDispatchContext
- Returns:
-
getSuspendTx
- Returns:
-
setDispatchContext
- Parameters:
object
-
-
setSuspendTx
- Parameters:
object
-
-
setBeginner
public void setBeginner(boolean beginner) - Parameters:
object
-
-
getBeginner
public boolean getBeginner()- Returns:
-
getIncumbentTx
- Returns:
- the incumbentTX
-
setIncumbentTx
- Parameters:
incumbentTX
- the incumbentTX to set
-