Uses of Interface
org.jboss.as.ejb3.cache.StatefulObjectFactory
-
Packages that use StatefulObjectFactory Package Description org.jboss.as.ejb3.cache org.jboss.as.ejb3.cache.distributable org.jboss.as.ejb3.cache.simple org.jboss.as.ejb3.component.stateful -
-
Uses of StatefulObjectFactory in org.jboss.as.ejb3.cache
Methods in org.jboss.as.ejb3.cache with parameters of type StatefulObjectFactory Modifier and Type Method Description Cache<K,T>CacheFactory. createCache(Supplier<K> identifierFactory, StatefulObjectFactory<T> factory, PassivationListener<T> passivationListener) -
Uses of StatefulObjectFactory in org.jboss.as.ejb3.cache.distributable
Methods in org.jboss.as.ejb3.cache.distributable with parameters of type StatefulObjectFactory Modifier and Type Method Description Cache<K,V>DistributableCacheFactoryServiceConfigurator. createCache(Supplier<K> identifierFactory, StatefulObjectFactory<V> factory, PassivationListener<V> passivationListener)Constructors in org.jboss.as.ejb3.cache.distributable with parameters of type StatefulObjectFactory Constructor Description DistributableCache(BeanManager<K,V,Batch> manager, StatefulObjectFactory<V> factory, jakarta.transaction.TransactionSynchronizationRegistry tsr)RemoveListenerAdapter(StatefulObjectFactory<V> factory) -
Uses of StatefulObjectFactory in org.jboss.as.ejb3.cache.simple
Methods in org.jboss.as.ejb3.cache.simple with parameters of type StatefulObjectFactory Modifier and Type Method Description Cache<K,V>SimpleCacheFactoryServiceConfigurator. createCache(Supplier<K> identifierFactory, StatefulObjectFactory<V> factory, PassivationListener<V> passivationListener)Constructors in org.jboss.as.ejb3.cache.simple with parameters of type StatefulObjectFactory Constructor Description SimpleCache(StatefulObjectFactory<V> factory, Supplier<K> identifierFactory, StatefulTimeoutInfo timeout, org.jboss.as.server.ServerEnvironment environment) -
Uses of StatefulObjectFactory in org.jboss.as.ejb3.component.stateful
Classes in org.jboss.as.ejb3.component.stateful that implement StatefulObjectFactory Modifier and Type Class Description classStatefulSessionComponentStateful Session Bean
-