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 typeV- 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallerapply(StatefulComponentDescription description)
-
Constructor Details
-
SimpleStatefulSessionBeanCacheFactoryServiceInstallerFactory
public SimpleStatefulSessionBeanCacheFactoryServiceInstallerFactory()
-
-
Method Details
-
apply
public org.wildfly.subsystem.service.ServiceInstaller apply(StatefulComponentDescription description)
-