Class CoordinatorElement

java.lang.Object
org.jboss.jbossts.star.client.extended.txstatusext.CoordinatorElement

public class CoordinatorElement extends Object
  • Constructor Details

    • CoordinatorElement

      public CoordinatorElement()
  • Method Details

    • getCreated

      public Date getCreated()
    • getTimeout

      public long getTimeout()
    • getTxnURI

      public String getTxnURI()
    • getStatus

      public TransactionStatusElement getStatus()
    • getTerminatorURI

      public String getTerminatorURI()
    • getDurableParticipantEnlistmentURI

      public String getDurableParticipantEnlistmentURI()
    • getVolatileParticipantEnlistmentURI

      public String getVolatileParticipantEnlistmentURI()
    • getTwoPhaseAware

      public List<TwoPhaseAwareParticipantElement> getTwoPhaseAware()
    • getTwoPhaseUnaware

      public List<TwoPhaseUnawareParticipantElement> getTwoPhaseUnaware()
    • getVolatileParticipants

      public List<String> getVolatileParticipants()
    • setCreated

      public void setCreated(Date created)
    • setTimeout

      public void setTimeout(long timeout)
    • setTxnURI

      public void setTxnURI(String txnURI)
    • setStatus

      public void setStatus(TransactionStatusElement status)
    • setTerminateURI

      public void setTerminateURI(String terminatorURI)
    • setDurableParticipantEnlistmentURI

      public void setDurableParticipantEnlistmentURI(String durableParticipantEnlistmentURI)
    • setVolatileParticipantEnlistmentURI

      public void setVolatileParticipantEnlistmentURI(String volatileParticipantEnlistmentURI)
    • addTwoPhaseAware

      public void addTwoPhaseAware(TwoPhaseAwareParticipantElement participantElement)
    • addTwoPhaseUnaware

      public void addTwoPhaseUnaware(TwoPhaseUnawareParticipantElement participantElement)
    • addVolatileParticipant

      public void addVolatileParticipant(String volatileParticipant)