Class EmbeddedCacheManagerContext
java.lang.Object
org.wildfly.clustering.context.AbstractContext<org.infinispan.manager.EmbeddedCacheManager>
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheManagerContext
- All Implemented Interfaces:
AutoCloseable,Consumer<Runnable>,Supplier<org.infinispan.manager.EmbeddedCacheManager>,org.wildfly.clustering.context.Context<org.infinispan.manager.EmbeddedCacheManager>,org.wildfly.clustering.function.Supplier<org.infinispan.manager.EmbeddedCacheManager>
public class EmbeddedCacheManagerContext
extends org.wildfly.clustering.context.AbstractContext<org.infinispan.manager.EmbeddedCacheManager>
A context providing an
EmbeddedCacheManager.- 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
ConstructorsConstructorDescriptionEmbeddedCacheManagerContext(String clusterName, String memberName) EmbeddedCacheManagerContext(org.jgroups.JChannel channel) -
Method Summary
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
-
EmbeddedCacheManagerContext
-
EmbeddedCacheManagerContext
public EmbeddedCacheManagerContext(org.jgroups.JChannel channel)
-
-
Method Details
-
get
public org.infinispan.manager.EmbeddedCacheManager get()
-