Class EmbeddedJGroupsChannelConfigurator
java.lang.Object
org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
org.infinispan.remoting.transport.jgroups.EmbeddedJGroupsChannelConfigurator
- All Implemented Interfaces:
JGroupsChannelConfigurator,org.jgroups.conf.ProtocolStackConfigurator
A JGroups
ProtocolStackConfigurator which- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic enum -
Field Summary
Fields inherited from class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
channelListeners -
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedJGroupsChannelConfigurator(String name, List<org.jgroups.conf.ProtocolConfiguration> stack, EmbeddedJGroupsChannelConfigurator.RemoteSites remoteSites) EmbeddedJGroupsChannelConfigurator(String name, List<org.jgroups.conf.ProtocolConfiguration> stack, EmbeddedJGroupsChannelConfigurator.RemoteSites remoteSites, String parent) -
Method Summary
Modifier and TypeMethodDescriptionorg.jgroups.JChannelcreateChannel(String name) getName()List<org.jgroups.conf.ProtocolConfiguration>List<org.jgroups.conf.ProtocolConfiguration>voidsetConfiguration(JGroupsConfiguration configuration) toString()Methods inherited from class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
addChannelListener, amendChannel, getSocketFactory, setSocketFactory
-
Constructor Details
-
EmbeddedJGroupsChannelConfigurator
public EmbeddedJGroupsChannelConfigurator(String name, List<org.jgroups.conf.ProtocolConfiguration> stack, EmbeddedJGroupsChannelConfigurator.RemoteSites remoteSites) -
EmbeddedJGroupsChannelConfigurator
public EmbeddedJGroupsChannelConfigurator(String name, List<org.jgroups.conf.ProtocolConfiguration> stack, EmbeddedJGroupsChannelConfigurator.RemoteSites remoteSites, String parent)
-
-
Method Details