Interface ProtocolStackConfiguration
public interface ProtocolStackConfiguration
Defines the configuration of a JGroups protocol stack.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiongetName()List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>>getRelay()org.jboss.as.network.SocketBindingManagerTransportConfiguration<? extends org.jgroups.protocols.TP>boolean
-
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
Optional<RelayConfiguration> getRelay() -
getSocketBindingManager
org.jboss.as.network.SocketBindingManager getSocketBindingManager()
-