Interface JGroupsChannelConfigurator
-
- All Superinterfaces:
org.jgroups.conf.ProtocolStackConfigurator
- All Known Implementing Classes:
AbstractJGroupsChannelConfigurator
,BuiltinJGroupsChannelConfigurator
,EmbeddedJGroupsChannelConfigurator
,FileJGroupsChannelConfigurator
public interface JGroupsChannelConfigurator extends org.jgroups.conf.ProtocolStackConfigurator
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addChannelListener(org.jgroups.ChannelListener listener)
org.jgroups.JChannel
createChannel(String name)
String
getName()
void
setSocketFactory(org.jgroups.util.SocketFactory socketFactory)
-
-
-
Method Detail
-
getName
String getName()
-
setSocketFactory
void setSocketFactory(org.jgroups.util.SocketFactory socketFactory)
-
addChannelListener
void addChannelListener(org.jgroups.ChannelListener listener)
-
-