Class TxCollaboratorConfig
- java.lang.Object
- 
- com.ibm.wsspi.webcontainer.collaborator.TxCollaboratorConfig
 
- 
 public class TxCollaboratorConfig extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description TxCollaboratorConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetBeginner()java.lang.ObjectgetDispatchContext()java.lang.ObjectgetIncumbentTx()java.lang.ObjectgetSuspendTx()voidsetBeginner(boolean beginner)voidsetDispatchContext(java.lang.Object object)voidsetIncumbentTx(java.lang.Object incumbentTx)voidsetSuspendTx(java.lang.Object object)
 
- 
- 
- 
Method Detail- 
getDispatchContextpublic java.lang.Object getDispatchContext() - Returns:
 
 - 
getSuspendTxpublic java.lang.Object getSuspendTx() - Returns:
 
 - 
setDispatchContextpublic void setDispatchContext(java.lang.Object object) - Parameters:
- object-
 
 - 
setSuspendTxpublic void setSuspendTx(java.lang.Object object) - Parameters:
- object-
 
 - 
setBeginnerpublic void setBeginner(boolean beginner) - Parameters:
- object-
 
 - 
getBeginnerpublic boolean getBeginner() - Returns:
 
 - 
getIncumbentTxpublic java.lang.Object getIncumbentTx() - Returns:
- the incumbentTX
 
 - 
setIncumbentTxpublic void setIncumbentTx(java.lang.Object incumbentTx) - Parameters:
- incumbentTX- the incumbentTX to set
 
 
- 
 
-