Interface JGroupsChannelConfigurator

All Superinterfaces:
org.jgroups.stack.ProtocolHook, org.jgroups.conf.ProtocolStackConfigurator
All Known Implementing Classes:
AbstractJGroupsChannelConfigurator, BuiltinJGroupsChannelConfigurator, EmbeddedJGroupsChannelConfigurator, FileJGroupsChannelConfigurator

public interface JGroupsChannelConfigurator extends org.jgroups.conf.ProtocolStackConfigurator
Since:
10.0
Author:
Tristan Tarrant <tristan@infinispan.org>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addChannelListener(org.jgroups.ChannelListener listener)
     
    org.jgroups.JChannel
     
     
    void
    setSocketFactory(org.jgroups.util.SocketFactory socketFactory)
     

    Methods inherited from interface org.jgroups.conf.ProtocolStackConfigurator

    afterCreation, getProtocolStack, getProtocolStackString
  • Method Details

    • getName

      String getName()
    • createChannel

      org.jgroups.JChannel createChannel(String name) throws Exception
      Throws:
      Exception
    • setSocketFactory

      void setSocketFactory(org.jgroups.util.SocketFactory socketFactory)
    • addChannelListener

      void addChannelListener(org.jgroups.ChannelListener listener)