Class CommandDispatcherRequestCorrelator

java.lang.Object
org.jgroups.blocks.RequestCorrelator
org.wildfly.clustering.server.jgroups.dispatcher.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    CommandDispatcherRequestCorrelator(org.jgroups.JChannel channel, org.jgroups.blocks.RequestHandler handler, JChannelCommandDispatcherFactoryConfiguration config)
     
  • Method Summary

    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, setMemberUnreachable, setRequestHandler, setSiteUnreachable, skip, start, stop, unregisterProbeHandler, wrapExceptions, wrapExceptions

    Methods inherited from class java.lang.Object

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

  • Method Details

    • 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