Class DefaultReplier

  • All Implemented Interfaces:
    Replier

    public class DefaultReplier
    extends java.lang.Object
    implements Replier
    • Constructor Detail

      • DefaultReplier

        public DefaultReplier()
    • Method Detail

      • manageReply

        public void manageReply​(TOMMessage request,
                                MessageContext msgCtx)
        Description copied from interface: Replier
        Given an executed request, send it to a target
        Specified by:
        manageReply in interface Replier
        Parameters:
        request - The executed request
        msgCtx - The message context associated to the request
      • setReplicaContext

        public void setReplicaContext​(ReplicaContext rc)
        Description copied from interface: Replier
        Sets the replica context
        Specified by:
        setReplicaContext in interface Replier
        Parameters:
        rc - The replica context