Class CmiState


  • public class CmiState
    extends State
    • Field Detail

      • log

        protected static final org.slf4j.Logger log
    • Method Detail

      • init

        public void init()
        Specified by:
        init in class State
      • processMsg

        public void processMsg​(byte[] msg)
        process a received message
        Specified by:
        processMsg in class State
        Parameters:
        msg - the received message
      • startCmiTimer

        protected void startCmiTimer()
      • stopCmiTimer

        public void stopCmiTimer()
      • getCmiTimeoutTimer

        public TimeoutTimer getCmiTimeoutTimer()
      • nextState

        protected void nextState()
        Specified by:
        nextState in class State
      • timedOut

        protected void timedOut​(TimeoutTimer timeoutTimer)
        Description copied from class: State
        what should happen if a timer times out
        Specified by:
        timedOut in class State
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object