Contents
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.JChannel
amendChannel
(org.jgroups.JChannel channel) org.jgroups.util.SocketFactory
void
setDataSource
(DataSource dataSource) void
setSocketFactory
(org.jgroups.util.SocketFactory socketFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
createChannel, getName
-
Field Details
-
Constructor Details
-
Method Details
-
setSocketFactory
public void setSocketFactory(org.jgroups.util.SocketFactory socketFactory) - Specified by:
setSocketFactory
in interfaceJGroupsChannelConfigurator
-
getSocketFactory
public org.jgroups.util.SocketFactory getSocketFactory() -
setDataSource
- Specified by:
setDataSource
in interfaceJGroupsChannelConfigurator
-
amendChannel
protected org.jgroups.JChannel amendChannel(org.jgroups.JChannel channel)
-