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 Details

    • channelListeners

      protected List<org.jgroups.ChannelListener> channelListeners
  • Constructor Details

    • AbstractJGroupsChannelConfigurator

      public AbstractJGroupsChannelConfigurator()
  • Method Details

    • setSocketFactory

      public void setSocketFactory(org.jgroups.util.SocketFactory socketFactory)
      Specified by:
      setSocketFactory in interface JGroupsChannelConfigurator
    • getSocketFactory

      public org.jgroups.util.SocketFactory getSocketFactory()
    • amendChannel

      protected org.jgroups.JChannel amendChannel(org.jgroups.JChannel channel)
    • addChannelListener

      public void addChannelListener(org.jgroups.ChannelListener channelListener)
      Specified by:
      addChannelListener in interface JGroupsChannelConfigurator