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 typeV- 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.subsystem.service.ServiceInstallerapply(StatefulComponentDescription description, org.wildfly.subsystem.service.ServiceDependency<BeanManagerFactory<K, V>> managerFactory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Constructor Details
-
DistributableStatefulSessionBeanCacheFactoryServiceInstallerFactory
public DistributableStatefulSessionBeanCacheFactoryServiceInstallerFactory()
-
-
Method Details
-
apply
public org.wildfly.subsystem.service.ServiceInstaller apply(StatefulComponentDescription description, org.wildfly.subsystem.service.ServiceDependency<BeanManagerFactory<K, V>> managerFactory) - Specified by:
applyin interfaceBiFunction<StatefulComponentDescription,org.wildfly.subsystem.service.ServiceDependency<BeanManagerFactory<K, V extends StatefulSessionBeanInstance<K>>>, org.wildfly.subsystem.service.ServiceInstaller>
-