Class TxCollaboratorConfig

java.lang.Object
com.ibm.wsspi.webcontainer.collaborator.TxCollaboratorConfig

public class TxCollaboratorConfig extends Object
  • Constructor Details

    • TxCollaboratorConfig

      public TxCollaboratorConfig()
  • Method Details

    • getDispatchContext

      public Object getDispatchContext()
      Returns:
    • getSuspendTx

      public Object getSuspendTx()
      Returns:
    • setDispatchContext

      public void setDispatchContext(Object object)
      Parameters:
      object -
    • setSuspendTx

      public void setSuspendTx(Object object)
      Parameters:
      object -
    • setBeginner

      public void setBeginner(boolean beginner)
      Parameters:
      object -
    • getBeginner

      public boolean getBeginner()
      Returns:
    • getIncumbentTx

      public Object getIncumbentTx()
      Returns:
      the incumbentTX
    • setIncumbentTx

      public void setIncumbentTx(Object incumbentTx)
      Parameters:
      incumbentTX - the incumbentTX to set