Class TestAndSetMessage

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract com.yahoo.document.TestAndSetCondition getCondition()  
      abstract void setCondition​(com.yahoo.document.TestAndSetCondition condition)  
      • Methods inherited from class com.yahoo.messagebus.Message

        getBucketSequence, getRetry, getRetryEnabled, getRoute, getSequenceId, getTimeReceived, getTimeRemaining, getTimeRemainingNow, hasBucketSequence, hasSequenceId, isExpired, setRetry, setRetryEnabled, setRoute, setTimeReceived, setTimeReceivedNow, setTimeRemaining
      • Methods inherited from class com.yahoo.messagebus.Routable

        discard, getCallStack, getContext, getTrace, getType, popHandler, pushHandler, setContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestAndSetMessage

        public TestAndSetMessage()
    • Method Detail

      • setCondition

        public abstract void setCondition​(com.yahoo.document.TestAndSetCondition condition)
      • getCondition

        public abstract com.yahoo.document.TestAndSetCondition getCondition()