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
EMPTYFields inherited from interface org.wildfly.clustering.function.Supplier
NULL -
Constructor Summary
ConstructorsConstructorDescriptionChannelGroupContext(String clusterName, String memberName) ChannelGroupContext(org.jgroups.JChannel channel) -
Method Summary
Methods inherited from class org.wildfly.clustering.context.AbstractContext
accept, closeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, thenAccept, thenApply, thenApplyAsDouble, thenApplyAsInt, thenApplyAsLong, thenTest
-
Constructor Details
-
ChannelGroupContext
-
ChannelGroupContext
public ChannelGroupContext(org.jgroups.JChannel channel)
-
-
Method Details
-
get
public org.wildfly.clustering.server.jgroups.ChannelGroup get()
-