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
Constructors Constructor Description LazyCacheServiceConfigurator(org.jboss.msc.service.ServiceName name, String containerName, String cacheName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.infinispan.Cache<Object,Object>apply(org.infinispan.manager.EmbeddedCacheManager container)org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context)-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context)
- Specified by:
configurein interfaceCapabilityServiceConfigurator
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
-