Class ChannelBroadcastEndpointFactory

  • All Implemented Interfaces:
    java.io.Serializable, BroadcastEndpointFactory

    public class ChannelBroadcastEndpointFactory
    extends java.lang.Object
    implements BroadcastEndpointFactory
    An implementation of BroadcastEndpointFactory that uses an externally managed JChannel for JGroups clustering. Note - the underlying JChannel is not closed in this implementation.
    See Also:
    Serialized Form
    • Constructor Detail

      • ChannelBroadcastEndpointFactory

        public ChannelBroadcastEndpointFactory​(org.jgroups.JChannel channel,
                                               java.lang.String channelName)
    • Method Detail

      • getChannel

        public org.jgroups.JChannel getChannel()
      • getChannelName

        public java.lang.String getChannelName()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object