Interface ChannelFactory

All Superinterfaces:
ChannelFactory

public interface ChannelFactory extends ChannelFactory
Factory for creating JGroups channels.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the protocol stack configuration of this channel factory.
    boolean
    isUnknownForkResponse(org.jgroups.Message response)
    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.

    Methods inherited from interface org.wildfly.clustering.jgroups.ChannelFactory

    createChannel
  • Method Details

    • getProtocolStackConfiguration

      ProtocolStackConfiguration getProtocolStackConfiguration()
      Returns the protocol stack configuration of this channel factory.
      Returns:
      the protocol stack configuration of this channel factory
    • isUnknownForkResponse

      boolean isUnknownForkResponse(org.jgroups.Message response)
      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.
      Parameters:
      response - a message response
      Returns:
      true, if the response indicates a missing fork stack or channel.