Class SearchResultMessage

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DocumentReply createReply()
      Creates and returns a reply to this message.
      com.yahoo.vdslib.SearchResult getResult()  
      int getType()  
      void setSearchResult​(com.yahoo.vdslib.SearchResult result)  
      • 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, popHandler, pushHandler, setContext
      • Methods inherited from class java.lang.Object

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

      • SearchResultMessage

        public SearchResultMessage()
    • Method Detail

      • getResult

        public com.yahoo.vdslib.SearchResult getResult()
      • setSearchResult

        public void setSearchResult​(com.yahoo.vdslib.SearchResult result)
      • getType

        public int getType()
        Specified by:
        getType in class com.yahoo.messagebus.Routable