Interface ChannelFactory


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

      • 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