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 boolean
getBeginner()
java.lang.Object
getDispatchContext()
java.lang.Object
getIncumbentTx()
java.lang.Object
getSuspendTx()
void
setBeginner(boolean beginner)
void
setDispatchContext(java.lang.Object object)
void
setIncumbentTx(java.lang.Object incumbentTx)
void
setSuspendTx(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
-
-