Interface ChannelFactory


public interface ChannelFactory
Factory for creating JGroups channels.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jgroups.JChannel
    Creates a JGroups channel
  • Method Details

    • createChannel

      org.jgroups.JChannel createChannel(String id) throws Exception
      Creates a JGroups channel
      Parameters:
      id - the unique identifier of this channel
      Returns:
      a JGroups channel
      Throws:
      Exception - if there was a failure setting up the protocol stack