Interface ForkChannelFactoryConfiguration
- All Superinterfaces:
ChannelFactoryConfiguration
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.jgroups.JChannelThe channel associate with this fork.The configuration of the channel associate with this fork.default Stringdefault List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>>default Optional<RelayConfiguration>getRelay()default org.jboss.as.network.SocketBindingManagerdefault TransportConfiguration<? extends org.jgroups.protocols.TP>default boolean
-
Method Details
-
getChannel
org.jgroups.JChannel getChannel()The channel associate with this fork.- Returns:
- a JGroups channel
-
getChannelConfiguration
ChannelConfiguration getChannelConfiguration()The configuration of the channel associate with this fork.- Returns:
- a JGroups channel configuration
-
getMemberName
- Specified by:
getMemberNamein interfaceChannelFactoryConfiguration
-
isStatisticsEnabled
default boolean isStatisticsEnabled()- Specified by:
isStatisticsEnabledin interfaceChannelFactoryConfiguration
-
getTransport
- Specified by:
getTransportin interfaceChannelFactoryConfiguration
-
getProtocols
- Specified by:
getProtocolsin interfaceChannelFactoryConfiguration
-
getRelay
- Specified by:
getRelayin interfaceChannelFactoryConfiguration
-
getSocketBindingManager
default org.jboss.as.network.SocketBindingManager getSocketBindingManager()- Specified by:
getSocketBindingManagerin interfaceChannelFactoryConfiguration
-