Interface ForkChannelFactory

All Superinterfaces:
ChannelFactory, ChannelFactory

public interface ForkChannelFactory extends ChannelFactory
Author:
Paul Ferraro
  • Field Details

    • DEFAULT_SERVICE_DESCRIPTOR

      static final org.wildfly.service.descriptor.NullaryServiceDescriptor<ForkChannelFactory> DEFAULT_SERVICE_DESCRIPTOR
    • SERVICE_DESCRIPTOR

      static final org.wildfly.service.descriptor.UnaryServiceDescriptor<ForkChannelFactory> SERVICE_DESCRIPTOR
  • Method Details

    • getConfiguration

      Description copied from interface: ChannelFactory
      Returns the protocol stack configuration of this channel factory.
      Specified by:
      getConfiguration in interface ChannelFactory
      Returns:
      the protocol stack configuration of this channel factory
    • isUnknownForkResponse

      default boolean isUnknownForkResponse(org.jgroups.Message 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.