Class QueryResultMessage

    • 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()  
      com.yahoo.vdslib.DocumentSummary getSummary()  
      int getType()  
      void setSearchResult​(com.yahoo.vdslib.SearchResult result)  
      void setSummary​(com.yahoo.vdslib.DocumentSummary summary)  
      • 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

      • QueryResultMessage

        public QueryResultMessage()
    • Method Detail

      • getResult

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

        public com.yahoo.vdslib.DocumentSummary getSummary()
      • setSearchResult

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

        public void setSummary​(com.yahoo.vdslib.DocumentSummary summary)
      • getType

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