Class ChannelGroupContext

java.lang.Object
org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.jgroups.ChannelGroup>
org.wildfly.clustering.server.jgroups.ChannelGroupContext
All Implemented Interfaces:
AutoCloseable, Consumer<Runnable>, Supplier<org.wildfly.clustering.server.jgroups.ChannelGroup>, org.wildfly.clustering.context.Context<org.wildfly.clustering.server.jgroups.ChannelGroup>, org.wildfly.clustering.function.Supplier<org.wildfly.clustering.server.jgroups.ChannelGroup>

public class ChannelGroupContext extends org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.jgroups.ChannelGroup>
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from interface org.wildfly.clustering.context.Context

    EMPTY

    Fields inherited from interface org.wildfly.clustering.function.Supplier

    NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
    ChannelGroupContext(String clusterName, String memberName)
     
    ChannelGroupContext(org.jgroups.JChannel channel)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.wildfly.clustering.server.jgroups.ChannelGroup
    get()
     

    Methods inherited from class org.wildfly.clustering.context.AbstractContext

    accept, close

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Consumer

    andThen

    Methods inherited from interface org.wildfly.clustering.function.Supplier

    handle, map
  • Constructor Details

    • ChannelGroupContext

      public ChannelGroupContext(String clusterName, String memberName)
    • ChannelGroupContext

      public ChannelGroupContext(org.jgroups.JChannel channel)
  • Method Details

    • get

      public org.wildfly.clustering.server.jgroups.ChannelGroup get()