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

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

public class SimpleStatefulSessionBeanCacheFactoryServiceInstallerFactory<K,V extends StatefulSessionBeanInstance<K>> extends Object implements Function<StatefulComponentDescription,org.wildfly.subsystem.service.ServiceInstaller>
Configures a service that provides a simple stateful session bean cache factory.
Author:
Paul Ferraro
  • Constructor Details

    • SimpleStatefulSessionBeanCacheFactoryServiceInstallerFactory

      public SimpleStatefulSessionBeanCacheFactoryServiceInstallerFactory()
  • Method Details