Class DistributableStatefulSessionBeanCacheFactoryServiceInstallerFactory<K,V extends StatefulSessionBeanInstance<K>>

java.lang.Object
org.jboss.as.ejb3.component.stateful.cache.distributable.DistributableStatefulSessionBeanCacheFactoryServiceInstallerFactory<K,V>
Type Parameters:
K - the bean identifier type
V - the bean instance type
All Implemented Interfaces:
BiFunction<StatefulComponentDescription,org.wildfly.subsystem.service.ServiceDependency<BeanManagerFactory<K,V>>,org.wildfly.subsystem.service.ServiceInstaller>

public class DistributableStatefulSessionBeanCacheFactoryServiceInstallerFactory<K,V extends StatefulSessionBeanInstance<K>> extends Object implements BiFunction<StatefulComponentDescription,org.wildfly.subsystem.service.ServiceDependency<BeanManagerFactory<K,V>>,org.wildfly.subsystem.service.ServiceInstaller>
Configures a service providing a distributable stateful session bean cache factory.
Author:
Paul Ferraro