Class JChannelConfigurator

  • All Implemented Interfaces:
    org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator, org.jgroups.conf.ProtocolStackConfigurator

    public class JChannelConfigurator
    extends Object
    implements org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
    Author:
    Paul Ferraro
    • Constructor Detail

      • JChannelConfigurator

        public JChannelConfigurator​(javax.servlet.ServletContext context,
                                    org.infinispan.configuration.global.TransportConfiguration transport)
                             throws IOException
        Throws:
        IOException
    • Method Detail

      • getProtocolStackString

        public String getProtocolStackString()
        Specified by:
        getProtocolStackString in interface org.jgroups.conf.ProtocolStackConfigurator
      • getProtocolStack

        public List<org.jgroups.conf.ProtocolConfiguration> getProtocolStack()
        Specified by:
        getProtocolStack in interface org.jgroups.conf.ProtocolStackConfigurator
      • getName

        public String getName()
        Specified by:
        getName in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
      • createChannel

        public org.jgroups.JChannel createChannel()
                                           throws Exception
        Specified by:
        createChannel in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelConfigurator
        Throws:
        Exception