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
,org.jgroups.stack.ProtocolHook
A JGroups
ProtocolStackConfigurator
which- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static enum
-
Field Summary
Fields inherited from class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
channelListeners, dataSource
-
Constructor Summary
ConstructorDescriptionEmbeddedJGroupsChannelConfigurator
(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 TypeMethodDescriptionvoid
afterCreation
(org.jgroups.stack.Protocol protocol) org.jgroups.JChannel
createChannel
(String name) getName()
List
<org.jgroups.conf.ProtocolConfiguration> List
<org.jgroups.conf.ProtocolConfiguration> void
setConfiguration
(JGroupsConfiguration configuration) toString()
Methods inherited from class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
addChannelListener, amendChannel, getSocketFactory, setDataSource, 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