Class ForkChannelFactory

    • Method Detail

      • createChannel

        public org.jgroups.JChannel createChannel​(String id)
                                           throws Exception
        Description copied from interface: ChannelFactory
        Creates a JGroups channel
        Specified by:
        createChannel in interface ChannelFactory
        Parameters:
        id - the unique identifier of this channel
        Returns:
        a JGroups channel
        Throws:
        Exception - if there was a failure setting up the protocol stack
      • isUnknownForkResponse

        public boolean isUnknownForkResponse​(ByteBuffer response)
        Description copied from interface: ChannelFactory
        Determines whether or not the specified message response indicates the fork stack or fork channel required to handle a request does not exist on the recipient node.
        Specified by:
        isUnknownForkResponse in interface ChannelFactory
        Parameters:
        response - a message response
        Returns:
        true, if the response indicates a missing fork stack or channel.