Interface ChannelFactory

All Superinterfaces:
ChannelFactory
All Known Subinterfaces:
ForkChannelFactory

public interface ChannelFactory extends ChannelFactory
Factory for creating JGroups channels.
Author:
Paul Ferraro
  • Field Details

    • DEFAULT_SERVICE_DESCRIPTOR

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

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

    • getConfiguration

      ChannelFactoryConfiguration getConfiguration()
      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.