Interface ChannelFactoryConfiguration

All Known Subinterfaces:
ForkChannelFactoryConfiguration

public interface ChannelFactoryConfiguration
Defines the configuration of a JGroups protocol stack.
Author:
Paul Ferraro
  • Method Details

    • getMemberName

      String getMemberName()
    • isStatisticsEnabled

      boolean isStatisticsEnabled()
    • getTransport

      TransportConfiguration<? extends org.jgroups.protocols.TP> getTransport()
    • getProtocols

      List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>> getProtocols()
    • getRelay

    • getSocketBindingManager

      org.jboss.as.network.SocketBindingManager getSocketBindingManager()