Class CheckXtnStatusInTmBusPackect

All Implemented Interfaces:
IResource

public class CheckXtnStatusInTmBusPackect extends BusPacket<Processor>
check the state of a xtn in the tm using callback Created by yechielf on 13/10/2015.
  • Constructor Details

    • CheckXtnStatusInTmBusPackect

      public CheckXtnStatusInTmBusPackect(ServerTransaction tx)
  • Method Details

    • getTx

      public ServerTransaction getTx()
    • getNotifyObj

      public Object getNotifyObj()
    • isNotAbortedLiveTxn

      public boolean isNotAbortedLiveTxn()
    • isHasAnswer

      public boolean isHasAnswer()
    • setNotAbortedLiveTxn

      public void setNotAbortedLiveTxn(boolean notAbortedLiveTxn)
    • setHasAnswer

      public void setHasAnswer(boolean hasAnswer)
    • execute

      public void execute(Processor processor) throws Exception
      Specified by:
      execute in class BusPacket<Processor>
      Throws:
      Exception