Class AbstractJGroupsChannelConfigurator
java.lang.Object
org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
- All Implemented Interfaces:
JGroupsChannelConfigurator,org.jgroups.conf.ProtocolStackConfigurator,org.jgroups.stack.ProtocolHook
- Direct Known Subclasses:
EmbeddedJGroupsChannelConfigurator,FileJGroupsChannelConfigurator
public abstract class AbstractJGroupsChannelConfigurator
extends Object
implements JGroupsChannelConfigurator
- Since:
- 13.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.jgroups.JChannelamendChannel(org.jgroups.JChannel channel) org.jgroups.util.SocketFactoryvoidsetDataSource(DataSource dataSource) voidsetSocketFactory(org.jgroups.util.SocketFactory socketFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
createChannel, getNameMethods inherited from interface org.jgroups.conf.ProtocolStackConfigurator
afterCreation, getProtocolStack, getProtocolStackString
-
Field Details
-
dataSource
-
-
Constructor Details
-
AbstractJGroupsChannelConfigurator
public AbstractJGroupsChannelConfigurator()
-
-
Method Details
-
setSocketFactory
public void setSocketFactory(org.jgroups.util.SocketFactory socketFactory) - Specified by:
setSocketFactoryin interfaceJGroupsChannelConfigurator
-
getSocketFactory
public org.jgroups.util.SocketFactory getSocketFactory() -
setDataSource
- Specified by:
setDataSourcein interfaceJGroupsChannelConfigurator
-
amendChannel
protected org.jgroups.JChannel amendChannel(org.jgroups.JChannel channel)
-