Class EmbeddedCacheManagerGroupContext
java.lang.Object
org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.infinispan.CacheContainerGroup>
org.wildfly.clustering.server.infinispan.EmbeddedCacheManagerGroupContext
- All Implemented Interfaces:
AutoCloseable,Consumer<Runnable>,Supplier<org.wildfly.clustering.server.infinispan.CacheContainerGroup>,org.wildfly.clustering.context.Context<org.wildfly.clustering.server.infinispan.CacheContainerGroup>,org.wildfly.clustering.function.Supplier<org.wildfly.clustering.server.infinispan.CacheContainerGroup>
public class EmbeddedCacheManagerGroupContext
extends org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.infinispan.CacheContainerGroup>
- 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
ConstructorsConstructorDescriptionEmbeddedCacheManagerGroupContext(String clusterName, String memberName) EmbeddedCacheManagerGroupContext(org.jgroups.JChannel channel) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.server.infinispan.CacheContainerGroupget()Methods inherited from class org.wildfly.clustering.context.AbstractContext
accept, closeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.function.Supplier
handle, map
-
Constructor Details
-
EmbeddedCacheManagerGroupContext
-
EmbeddedCacheManagerGroupContext
public EmbeddedCacheManagerGroupContext(org.jgroups.JChannel channel)
-
-
Method Details
-
get
public org.wildfly.clustering.server.infinispan.CacheContainerGroup get()
-