Class CommandDispatcherRequestCorrelator


  • public class CommandDispatcherRequestCorrelator
    extends org.jgroups.blocks.RequestCorrelator
    Author:
    Paul Ferraro
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.jgroups.blocks.RequestCorrelator

        org.jgroups.blocks.RequestCorrelator.Header, org.jgroups.blocks.RequestCorrelator.MultiDestinationHeader, org.jgroups.blocks.RequestCorrelator.MyProbeHandler, org.jgroups.blocks.RequestCorrelator.ResponseImpl
    • Field Summary

      • Fields inherited from class org.jgroups.blocks.RequestCorrelator

        async_dispatching, async_rsp_handling, avg_req_delivery, avg_rsp_delivery, common_pool, corr_id, down_prot, local_addr, log, probe_handler, request_handler, REQUEST_ID, requests, rpc_stats, started, view, wrap_exceptions
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void dispatch​(org.jgroups.Message message, org.jgroups.blocks.RequestCorrelator.Header header)  
      protected void sendReply​(org.jgroups.Message request, long requestId, Object reply, boolean exception)  
      • Methods inherited from class org.jgroups.blocks.RequestCorrelator

        addEntry, asyncDispatching, asyncDispatching, asyncRspHandling, asyncRspHandling, done, getLocalAddress, handleRequest, handleResponse, iterate, makeReply, receive, receiveMessage, receiveMessageBatch, receiveView, registerProbeHandler, removeEntry, sendAnycastRequest, sendMulticastRequest, sendResponse, sendUnicastRequest, setLocalAddress, setRequestHandler, setSiteUnreachable, skip, start, stop, unregisterProbeHandler, wrapExceptions, wrapExceptions
    • Constructor Detail

    • Method Detail

      • dispatch

        protected void dispatch​(org.jgroups.Message message,
                                org.jgroups.blocks.RequestCorrelator.Header header)
        Overrides:
        dispatch in class org.jgroups.blocks.RequestCorrelator
      • sendReply

        protected void sendReply​(org.jgroups.Message request,
                                 long requestId,
                                 Object reply,
                                 boolean exception)
        Overrides:
        sendReply in class org.jgroups.blocks.RequestCorrelator