Package org.jboss.as.ejb3.subsystem
Class CacheFactoryResourceServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.jboss.as.ejb3.subsystem.CacheFactoryResourceServiceConfigurator
-
- All Implemented Interfaces:
Supplier<CacheFactoryBuilder>,ResourceServiceConfigurator,ServiceConfigurator,ServiceNameProvider
public abstract class CacheFactoryResourceServiceConfigurator extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, Supplier<CacheFactoryBuilder>
Base class which provides configure(), build() methods used to allow SimpleResourceServiceHandler to install a CacheFactoryBuilder service. The class installs the service using: - a service name obtained from a capability and a path address, and - a service value obtained from this class, via a SupplierSubclasses should implement the get() method to return the CacheFactoryBuilder.
-
-
Constructor Summary
Constructors Constructor Description CacheFactoryResourceServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.ResourceServiceConfigurator
configure
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
-