Class CacheContainerServiceProviderRegistrarContext<T>
java.lang.Object
org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.infinispan.provider.CacheContainerServiceProviderRegistrar<T>>
org.wildfly.clustering.server.infinispan.provider.CacheContainerServiceProviderRegistrarContext<T>
- Type Parameters:
T- service type
- All Implemented Interfaces:
AutoCloseable,Consumer<Runnable>,Supplier<org.wildfly.clustering.server.infinispan.provider.CacheContainerServiceProviderRegistrar<T>>,org.wildfly.clustering.context.Context<org.wildfly.clustering.server.infinispan.provider.CacheContainerServiceProviderRegistrar<T>>,org.wildfly.clustering.function.Supplier<org.wildfly.clustering.server.infinispan.provider.CacheContainerServiceProviderRegistrar<T>>
public class CacheContainerServiceProviderRegistrarContext<T>
extends org.wildfly.clustering.context.AbstractContext<org.wildfly.clustering.server.infinispan.provider.CacheContainerServiceProviderRegistrar<T>>
Provides a
CacheContainerServiceProviderRegistrar to an integration test.- 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
ConstructorsConstructorDescriptionCacheContainerServiceProviderRegistrarContext(String clusterName, String memberName) -
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
-
Method Details
-
get
public org.wildfly.clustering.server.infinispan.provider.CacheContainerServiceProviderRegistrar<T> get()
-