Class JChannelContext

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

public class JChannelContext extends org.wildfly.clustering.context.AbstractContext<org.jgroups.JChannel>
A context providing a JChannel.
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
    JChannelContext(String clusterName, String memberName)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jgroups.JChannel
    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

    • JChannelContext

      public JChannelContext(String clusterName, String memberName)
  • Method Details

    • get

      public org.jgroups.JChannel get()