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>
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
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedCacheManagerContext(String clusterName, String memberName) EmbeddedCacheManagerContext(org.jgroups.JChannel channel) -
Method Summary
Methods inherited from class org.wildfly.clustering.context.AbstractContext
accept, close
-
Constructor Details
-
EmbeddedCacheManagerContext
-
EmbeddedCacheManagerContext
public EmbeddedCacheManagerContext(org.jgroups.JChannel channel)
-
-
Method Details
-
get
public org.infinispan.manager.EmbeddedCacheManager get()
-