Class LazyCacheServiceConfigurator
java.lang.Object
org.wildfly.clustering.service.SimpleServiceNameProvider
org.jboss.as.clustering.infinispan.subsystem.LazyCacheServiceConfigurator
- All Implemented Interfaces:
Function<org.infinispan.manager.EmbeddedCacheManager,,org.infinispan.Cache<Object, Object>> CapabilityServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public class LazyCacheServiceConfigurator
extends SimpleServiceNameProvider
implements CapabilityServiceConfigurator, Function<org.infinispan.manager.EmbeddedCacheManager,org.infinispan.Cache<Object,Object>>
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionLazyCacheServiceConfigurator(org.jboss.msc.service.ServiceName name, String containerName, String cacheName) -
Method Summary
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configureMethods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
Constructor Details
-
LazyCacheServiceConfigurator
-
-
Method Details
-
configure
- Specified by:
configurein interfaceCapabilityServiceConfigurator
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target) - Specified by:
buildin interfaceServiceConfigurator
-
apply
-