Class TxCollaboratorConfig
- java.lang.Object
-
- com.ibm.wsspi.webcontainer.collaborator.TxCollaboratorConfig
-
public class TxCollaboratorConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TxCollaboratorConfig()
-
Method Summary
All 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
-
getDispatchContext
public java.lang.Object getDispatchContext()
- Returns:
-
getSuspendTx
public java.lang.Object getSuspendTx()
- Returns:
-
setDispatchContext
public void setDispatchContext(java.lang.Object object)
- Parameters:
object-
-
setSuspendTx
public void setSuspendTx(java.lang.Object object)
- Parameters:
object-
-
setBeginner
public void setBeginner(boolean beginner)
- Parameters:
object-
-
getBeginner
public boolean getBeginner()
- Returns:
-
getIncumbentTx
public java.lang.Object getIncumbentTx()
- Returns:
- the incumbentTX
-
setIncumbentTx
public void setIncumbentTx(java.lang.Object incumbentTx)
- Parameters:
incumbentTX- the incumbentTX to set
-
-