Class PendingAckHandleState

  • Direct Known Subclasses:
    PendingAckHandleImpl

    public abstract class PendingAckHandleState
    extends java.lang.Object
    The implement of transaction pending ack store.
    • Method Detail

      • changeToReadyState

        protected boolean changeToReadyState()
      • changeToInitializingState

        protected boolean changeToInitializingState()
      • changeToCloseState

        protected void changeToCloseState()
      • changeToErrorState

        protected void changeToErrorState()
      • checkIfReady

        public boolean checkIfReady()
      • checkIfClose

        public boolean checkIfClose()