Interface ProtocolStackConfiguration

All Superinterfaces:
StackConfiguration

public interface ProtocolStackConfiguration extends StackConfiguration
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()
    • getRelay

    • getSocketBindingManager

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