Interface ProtocolStackConfiguration


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

    • getName

      String getName()
    • isStatisticsEnabled

      boolean isStatisticsEnabled()
    • getTransport

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

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

      String getNodeName()
    • getRelay

    • getSocketBindingManager

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