Class ForkChannelConfigurator
- java.lang.Object
-
- org.wildfly.clustering.web.spring.infinispan.ForkChannelConfigurator
-
- All Implemented Interfaces:
org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator,org.jgroups.conf.ProtocolStackConfigurator
public class ForkChannelConfigurator extends Object implements org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description ForkChannelConfigurator(org.jgroups.JChannel channel, String forkName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgroups.JChannelcreateChannel()StringgetName()List<org.jgroups.conf.ProtocolConfiguration>getProtocolStack()StringgetProtocolStackString()
-
-
-
Constructor Detail
-
ForkChannelConfigurator
public ForkChannelConfigurator(org.jgroups.JChannel channel, String forkName)
-
-
Method Detail
-
getProtocolStackString
public String getProtocolStackString()
- Specified by:
getProtocolStackStringin interfaceorg.jgroups.conf.ProtocolStackConfigurator
-
getProtocolStack
public List<org.jgroups.conf.ProtocolConfiguration> getProtocolStack()
- Specified by:
getProtocolStackin interfaceorg.jgroups.conf.ProtocolStackConfigurator
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
-
-